summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-07-19 18:17:57 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-07-19 18:17:57 +0000
commitd96b14f80a2fb285f2128aabeacc98fbe1f31dc8 (patch)
treef3a505896f379895e6773485a7254bb61937cd4a /app/views
parent606ed6d14d3f4ff15edf1b8d5143bfa6f160dcbc (diff)
parent3d08a309a5a155bc096bb5812e14e9eb6e57dfab (diff)
downloadgitlab-ce-d96b14f80a2fb285f2128aabeacc98fbe1f31dc8.tar.gz
Merge branch '35209-add-wip-info-new-nav-pref' into 'master'
35209 Add wip message to new navigation preference section Closes #35209 See merge request !12943
Diffstat (limited to 'app/views')
-rw-r--r--app/views/profiles/preferences/show.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/profiles/preferences/show.html.haml b/app/views/profiles/preferences/show.html.haml
index bd602071384..9aed498a8a0 100644
--- a/app/views/profiles/preferences/show.html.haml
+++ b/app/views/profiles/preferences/show.html.haml
@@ -24,6 +24,12 @@
%p
This setting allows you to turn on or off the new upcoming navigation concept.
.col-lg-8.syntax-theme
+ .nav-wip
+ %p
+ The new navigation is currently a work-in-progress concept and is currently only usable on wide-screens. There are a number of improvements that we are working on in order to further refine our navigation.
+ %p
+ %a{ href: 'https://gitlab.com/gitlab-org/gitlab-ce/issues/32794', target: 'blank' } Learn more
+ about the improvements that are coming soon!
= label_tag do
.preview= image_tag "old_nav.png"
%input.js-experiment-feature-toggle{ type: "radio", value: "false", name: "new_nav", checked: !show_new_nav? }