summaryrefslogtreecommitdiff
path: root/app/views/snippets/index.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-11-12 12:41:34 +0200
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-11-12 12:41:34 +0200
commit48a1e31010f331db1ec0d7947bfb10b1b3c700ec (patch)
tree9961917242b2cc2b1f1c4c92f48c542281ec4960 /app/views/snippets/index.html.haml
parent9d913789803a04b76e0ad2cf5a35971f2218305e (diff)
downloadgitlab-ce-48a1e31010f331db1ec0d7947bfb10b1b3c700ec.tar.gz
snippet table restyle
Diffstat (limited to 'app/views/snippets/index.html.haml')
-rw-r--r--app/views/snippets/index.html.haml7
1 files changed, 2 insertions, 5 deletions
diff --git a/app/views/snippets/index.html.haml b/app/views/snippets/index.html.haml
index 3f2610004bf..58e6085f388 100644
--- a/app/views/snippets/index.html.haml
+++ b/app/views/snippets/index.html.haml
@@ -3,11 +3,8 @@
.left= link_to 'New Snippet', new_project_snippet_path(@project), :class => "lbutton vm"
%table.round-borders#snippets-table
- %tr
- %th Author
- %th Title
- %th File name
- %th
+ %thead
+ %th
= render @snippets.fresh
:javascript
$('.delete-snippet').live('ajax:success', function() {