diff options
author | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2012-01-11 09:35:21 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2012-01-11 16:37:34 +0200 |
commit | c8b955a44b1897394d6dda349af2f183a820cc28 (patch) | |
tree | 25d5abec97ad186b8f2847443de493b02de19cf9 /app/views/snippets/index.html.haml | |
parent | c66bc99fb7d22d005cf0de687b9535f8bef52e23 (diff) | |
download | gitlab-ce-c8b955a44b1897394d6dda349af2f183a820cc28.tar.gz |
lil restyle
Diffstat (limited to 'app/views/snippets/index.html.haml')
-rw-r--r-- | app/views/snippets/index.html.haml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/snippets/index.html.haml b/app/views/snippets/index.html.haml index 9af12f74c2b..cdc3356299b 100644 --- a/app/views/snippets/index.html.haml +++ b/app/views/snippets/index.html.haml @@ -1,6 +1,4 @@ = render "projects/project_head" -- if can? current_user, :write_snippet, @project - .right= link_to 'New Snippet', new_project_snippet_path(@project), :class => "grey-button append-bottom-10" - unless @snippets.fresh.empty? %div{ :class => "update-data ui-box ui-box-small ui-box-big" } |