summaryrefslogtreecommitdiff
path: root/app/views/snippets/index.html.haml
diff options
context:
space:
mode:
authorgitlabhq <m@gitlabhq.com>2011-11-22 07:50:47 -0500
committergitlabhq <m@gitlabhq.com>2011-11-22 07:50:47 -0500
commit3f0d8079557e573871cbb1b62e0f90e4e34853f9 (patch)
tree8b82246434fd838e29a8738cd3ba6c17a9f18789 /app/views/snippets/index.html.haml
parenta59b70902143f8f734c00baaa2fb006c073b91d7 (diff)
downloadgitlab-ce-3f0d8079557e573871cbb1b62e0f90e4e34853f9.tar.gz
file name overflow fixed
Diffstat (limited to 'app/views/snippets/index.html.haml')
-rw-r--r--app/views/snippets/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/snippets/index.html.haml b/app/views/snippets/index.html.haml
index c76107b9e2e..691ec6408a8 100644
--- a/app/views/snippets/index.html.haml
+++ b/app/views/snippets/index.html.haml
@@ -1,6 +1,6 @@
%div
- if can? current_user, :write_snippet, @project
- = link_to 'New Snippet', new_project_snippet_path(@project), :class => "button append-bottom-10"
+ = link_to 'New Snippet', new_project_snippet_path(@project), :class => "grey-button append-bottom-10"
%table.round-borders#snippets-table
%thead