diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-05-03 12:31:50 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-05-03 12:31:50 +0200 |
commit | 01aed0c84863ee0271cfb27ab3120ffdf2be7739 (patch) | |
tree | 27663545b40c9811a65a9ce293bd3b2b144e5479 /app | |
parent | df5b73e17d5ff672d522a2414ce1c4fe557ac64d (diff) | |
download | gitlab-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')
-rw-r--r-- | app/views/layouts/group.html.haml | 1 | ||||
-rw-r--r-- | app/views/layouts/group_settings.html.haml | 1 |
2 files changed, 0 insertions, 2 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" diff --git a/app/views/layouts/group_settings.html.haml b/app/views/layouts/group_settings.html.haml index 1ff53ce2a9d..66b115e36de 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" |