diff --git a/app/views/layouts/group.html.haml b/app/views/layouts/group.html.haml
index 7bee7e172e..f06acc98ca 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"
diff --git a/app/views/layouts/group_settings.html.haml b/app/views/layouts/group_settings.html.haml
index 1ff53ce2a9..66b115e36d 100644
--- a/app/views/layouts/group_settings.html.haml
+++ b/app/views/layouts/group_settings.html.haml
@@ -1,5 +1,4 @@
- page_title "Settings"
-- sidebar "dashboard" unless sidebar
- nav "group"
= render template: "layouts/group"