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:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-04-04 11:10:24 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-04-06 20:56:34 +0300
commita2bbd2501a15fa60b36110e1acb3d3141586e353 (patch)
treec8fea63192433a80447b738a2a359656a1cbb36b /app/views/projects/badges
parentdffdb0d036d037dc4b6a363aa73e581270fc7c80 (diff)
Add project header title in project badges view
Diffstat (limited to 'app/views/projects/badges')
-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