summaryrefslogtreecommitdiff
path: root/app/views/layouts/group.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-04-28 15:35:40 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-04-28 15:35:40 +0200
commite9eeeaa0d0c8820f66a9581d8b4d03f02ac705d0 (patch)
tree9b693ac2cf419a77186dc00b83d109fe366bb59f /app/views/layouts/group.html.haml
parent4a3f3bc7029a12d66bbbbf1c29279b3030d761ef (diff)
downloadgitlab-ce-e9eeeaa0d0c8820f66a9581d8b4d03f02ac705d0.tar.gz
Redesign navigation for group pages
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.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/layouts/group.html.haml b/app/views/layouts/group.html.haml
index 2e483b7148d..7bee7e172e6 100644
--- a/app/views/layouts/group.html.haml
+++ b/app/views/layouts/group.html.haml
@@ -1,6 +1,7 @@
- page_title @group.name
- page_description @group.description unless page_description
- header_title group_title(@group) unless header_title
-- sidebar "group" unless sidebar
+- sidebar "dashboard" unless sidebar
+- nav "group"
= render template: "layouts/application"