summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-04-04 10:10:24 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-04-06 19:56:34 +0200
commita2bbd2501a15fa60b36110e1acb3d3141586e353 (patch)
treec8fea63192433a80447b738a2a359656a1cbb36b
parentdffdb0d036d037dc4b6a363aa73e581270fc7c80 (diff)
downloadgitlab-ce-a2bbd2501a15fa60b36110e1acb3d3141586e353.tar.gz
Add project header title in project badges view
-rw-r--r--app/views/projects/badges/index.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/badges/index.html.haml b/app/views/projects/badges/index.html.haml
index b6524153703..5cd2ebce099 100644
--- a/app/views/projects/badges/index.html.haml
+++ b/app/views/projects/badges/index.html.haml
@@ -1,4 +1,6 @@
- page_title 'Badges'
+- badges_path = namespace_project_badges_path(@project.namespace, @project)
+- header_title project_title(@project, 'Badges', badges_path)
.prepend-top-10
.panel.panel-default