summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-09-05 08:12:59 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-09-05 08:12:59 -0700
commit8eb0c863728a7451df94a9f6c11e7a72a731ee1a (patch)
treef26506f1c32d689b2cbd07304dfdfcd8333af239
parent7f9abcf74062c689da7351777a5ac4452fedd697 (diff)
downloadgitlab-ce-35424-navigation-updates.tar.gz
Remove new nav menu option35424-navigation-updates
-rw-r--r--app/views/layouts/header/_new.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/layouts/header/_new.html.haml b/app/views/layouts/header/_new.html.haml
index fa46526dd1d..61b71c091be 100644
--- a/app/views/layouts/header/_new.html.haml
+++ b/app/views/layouts/header/_new.html.haml
@@ -59,8 +59,6 @@
- if current_user
%li
= link_to "Help", help_path
- %li
- = link_to "Turn off new navigation", profile_preferences_path(anchor: "new-navigation")
%li.divider
%li
= link_to "Sign out", destroy_user_session_path, method: :delete, class: "sign-out-link"