diff options
-rw-r--r-- | app/views/layouts/header/_new.html.haml | 2 |
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" |