diff options
author | Nicolas <nicolas@gitlab.com> | 2015-06-16 00:32:14 +0200 |
---|---|---|
committer | Nicolas <nicolas@gitlab.com> | 2015-06-24 18:05:16 +0200 |
commit | a521e88fc065242b61becbe101ced908e7dadfbd (patch) | |
tree | 4f8d3a0de26b5f9fe6f617ea5d656decf11310da /app/views/layouts/group.html.haml | |
parent | c465af093096990ee42b3021fce157d02b8864cb (diff) | |
download | gitlab-ce-a521e88fc065242b61becbe101ced908e7dadfbd.tar.gz |
Fix consistency issue in sidebars of Project and Group Settings.
Fixes #2277.
Diffstat (limited to 'app/views/layouts/group.html.haml')
-rw-r--r-- | app/views/layouts/group.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/group.html.haml b/app/views/layouts/group.html.haml index 5edc03129d2..db7dbf9bfe3 100644 --- a/app/views/layouts/group.html.haml +++ b/app/views/layouts/group.html.haml @@ -1,5 +1,5 @@ - page_title @group.name - header_title @group.name, group_path(@group) -- sidebar "group" +- sidebar "group" unless sidebar = render template: "layouts/application" |