Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-06-28 11:30:57 +0300
committerPhil Hughes <me@iamphill.com>2017-06-28 11:30:57 +0300
commit1c38d32840be3a6a1ad3d602786dac195a01d86a (patch)
tree267b933fbb143488a888c1d40aa54f23a8c7a4f7 /app/views/layouts/group.html.haml
parentb558dc81f65a7d2ab9ddc3b374afc759b74f3688 (diff)
Resolve "Navigation - Move contextual navigation to sidebar"
Diffstat (limited to 'app/views/layouts/group.html.haml')
-rw-r--r--app/views/layouts/group.html.haml6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/views/layouts/group.html.haml b/app/views/layouts/group.html.haml
index f06acc98ca1..35abfa0e80c 100644
--- a/app/views/layouts/group.html.haml
+++ b/app/views/layouts/group.html.haml
@@ -1,6 +1,10 @@
- page_title @group.name
- page_description @group.description unless page_description
- header_title group_title(@group) unless header_title
-- nav "group"
+- if show_new_nav?
+ - nav "new_group_sidebar"
+ - @new_sidebar = true
+- else
+ - nav "group"
= render template: "layouts/application"