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:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-12-30 10:54:42 +0400
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-12-30 10:54:42 +0400
commit0f627a65f43e1b6bfce059bf1750075fb589e583 (patch)
tree72c4347d7838d5b04bb2166bc2f2f01fe61ff78d /app/views/snippets/index.html.haml
parentc1c903fb955cbee1afe3bd10944d6c218b576b15 (diff)
Project tab r1 is finished
Diffstat (limited to 'app/views/snippets/index.html.haml')
-rw-r--r--app/views/snippets/index.html.haml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/snippets/index.html.haml b/app/views/snippets/index.html.haml
index 0c83bf9d732..9af12f74c2b 100644
--- a/app/views/snippets/index.html.haml
+++ b/app/views/snippets/index.html.haml
@@ -1,7 +1,4 @@
= render "projects/project_head"
-%h2.icon
- %span>
- Snippets
- if can? current_user, :write_snippet, @project
.right= link_to 'New Snippet', new_project_snippet_path(@project), :class => "grey-button append-bottom-10"