summaryrefslogtreecommitdiff
path: root/app/views/layouts/group.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-05-03 12:31:50 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-05-03 12:31:50 +0200
commit01aed0c84863ee0271cfb27ab3120ffdf2be7739 (patch)
tree27663545b40c9811a65a9ce293bd3b2b144e5479 /app/views/layouts/group.html.haml
parentdf5b73e17d5ff672d522a2414ce1c4fe557ac64d (diff)
downloadgitlab-ce-01aed0c84863ee0271cfb27ab3120ffdf2be7739.tar.gz
Dont specify sidebar for group and group settings layouts
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/layouts/group.html.haml')
-rw-r--r--app/views/layouts/group.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/layouts/group.html.haml b/app/views/layouts/group.html.haml
index 7bee7e172e6..f06acc98ca1 100644
--- a/app/views/layouts/group.html.haml
+++ b/app/views/layouts/group.html.haml
@@ -1,7 +1,6 @@
- page_title @group.name
- page_description @group.description unless page_description
- header_title group_title(@group) unless header_title
-- sidebar "dashboard" unless sidebar
- nav "group"
= render template: "layouts/application"