From a2bbd2501a15fa60b36110e1acb3d3141586e353 Mon Sep 17 00:00:00 2001 From: Grzegorz Bizon Date: Mon, 4 Apr 2016 10:10:24 +0200 Subject: [PATCH] Add project header title in project badges view --- app/views/projects/badges/index.html.haml | 2 ++ 1 file changed, 2 insertions(+) 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