Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/snippets/index.html.haml')
-rw-r--r--app/views/snippets/index.html.haml13
1 files changed, 11 insertions, 2 deletions
diff --git a/app/views/snippets/index.html.haml b/app/views/snippets/index.html.haml
index 53d6b57f728..a6b07716ccb 100644
--- a/app/views/snippets/index.html.haml
+++ b/app/views/snippets/index.html.haml
@@ -8,5 +8,14 @@
%br
To add new snippet - click on button.
-- unless @snippets.fresh.empty?
- %table.zebra-striped.borders= render @snippets.fresh
+%table.admin-table
+ %thead
+ %tr
+ %th Title
+ %th File Name
+ %th Expires At
+ = render @snippets.fresh
+ - if @snippets.fresh.empty?
+ %tr
+ %td{:colspan => 3}
+ %h3.nothing_here_message Nothing here.