diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-07-11 16:16:57 -0500 |
---|---|---|
committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-07-11 16:16:57 -0500 |
commit | 05109ed8eaa4872a89be987d3a080489241a23c8 (patch) | |
tree | 2197fc17f3eaff4fcc169a61dea44d3c1daba5c5 /app/views | |
parent | f76596380fb545c54b14c6bfc339a68a1dc162d3 (diff) | |
download | gitlab-ce-05109ed8eaa4872a89be987d3a080489241a23c8.tar.gz |
Update header block class on snippets page19692-gray-block
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/snippets/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/snippets/index.html.haml b/app/views/projects/snippets/index.html.haml index 6c994ae486b..1646bcf4b8a 100644 --- a/app/views/projects/snippets/index.html.haml +++ b/app/views/projects/snippets/index.html.haml @@ -1,6 +1,6 @@ - page_title "Snippets" -.row-content-block.top-block +.sub-header-block .pull-right - if can?(current_user, :create_project_snippet, @project) = link_to new_namespace_project_snippet_path(@project.namespace, @project), class: "btn btn-new", title: "New Snippet" do |