mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 05:36:07 +10:00
Dont specify sidebar for group and group settings layouts
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
- page_title "Settings"
|
||||
- sidebar "dashboard" unless sidebar
|
||||
- nav "group"
|
||||
|
||||
= render template: "layouts/group"
|
||||
|
||||
Reference in New Issue
Block a user