summaryrefslogtreecommitdiff
path: root/app/views/layouts/group.html.haml
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-02-13 14:31:42 +0100
committerDouwe Maan <douwe@gitlab.com>2015-02-13 14:31:51 +0100
commit34cc4c598232d2e27dcc99f5534dbe318e89cff9 (patch)
tree4b2d97db3837b57cca8461ae33f735c6dd1417f0 /app/views/layouts/group.html.haml
parent529188e4788991961796b1b6131389072ee61efb (diff)
downloadgitlab-ce-34cc4c598232d2e27dcc99f5534dbe318e89cff9.tar.gz
Link head panel titles to relevant root page.
Diffstat (limited to 'app/views/layouts/group.html.haml')
-rw-r--r--app/views/layouts/group.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/group.html.haml b/app/views/layouts/group.html.haml
index 98edcf3a140..fa0ed317ce1 100644
--- a/app/views/layouts/group.html.haml
+++ b/app/views/layouts/group.html.haml
@@ -2,5 +2,5 @@
%html{ lang: "en"}
= render "layouts/head", title: group_head_title
%body{class: "#{app_theme} #{theme_type} application", :'data-page' => body_data_page}
- = render "layouts/head_panel", title: @group.name
+ = render "layouts/head_panel", title: link_to(@group.name, group_path(@group))
= render 'layouts/page', sidebar: 'layouts/nav/group'