Dont specify sidebar for group and group settings layouts

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets
2016-05-03 12:31:50 +02:00
parent df5b73e17d
commit 01aed0c848
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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"