summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-07-12 21:26:20 +0000
committerJacob Schatz <jschatz@gitlab.com>2016-07-12 21:26:20 +0000
commit005b9f07ae6853a3a207c3e1db03fb6d13e06b7b (patch)
treee7d71924624b74492bb134201a6a51c4f16981a1
parentc8ba4ac4c7dfc290799ab4f164f10104e929c489 (diff)
parent05109ed8eaa4872a89be987d3a080489241a23c8 (diff)
downloadgitlab-ce-005b9f07ae6853a3a207c3e1db03fb6d13e06b7b.tar.gz
Merge branch '19692-gray-block' into 'master'
Update header block class on snippets page ## What does this MR do? Changes gray block in `Snippets` to new white sub header style ## What are the relevant issue numbers? Closes #19692 ## Screenshots (if relevant) ![Screen_Shot_2016-07-11_at_4.17.10_PM](/uploads/f4cea2d019d30fc7c6adc7e3b26590b4/Screen_Shot_2016-07-11_at_4.17.10_PM.png) See merge request !5192
-rw-r--r--app/views/projects/snippets/index.html.haml2
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