From 3f0d8079557e573871cbb1b62e0f90e4e34853f9 Mon Sep 17 00:00:00 2001 From: gitlabhq Date: Tue, 22 Nov 2011 07:50:47 -0500 Subject: file name overflow fixed --- app/views/snippets/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/snippets/index.html.haml') 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 -- cgit v1.2.1