Commit d741df1d authored by Phil Hughes's avatar Phil Hughes

Merge branch 'navigation-toggle' into 'master'

Fix wording of nav toggle

See merge request !12796
parents 3c197e74 1e7e927e
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
%li %li
= link_to "Settings", profile_path = link_to "Settings", profile_path
%li %li
= link_to "Turn on new nav", profile_preferences_path(anchor: "new-navigation") = link_to "Turn on new navigation", profile_preferences_path(anchor: "new-navigation")
%li.divider %li.divider
%li %li
= link_to "Sign out", destroy_user_session_path, method: :delete, class: "sign-out-link" = link_to "Sign out", destroy_user_session_path, method: :delete, class: "sign-out-link"
......
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
%li %li
= link_to "Settings", profile_path = link_to "Settings", profile_path
%li %li
= link_to "Turn off new nav", profile_preferences_path(anchor: "new-navigation") = link_to "Turn off new navigation", profile_preferences_path(anchor: "new-navigation")
%li.divider %li.divider
%li %li
= link_to "Sign out", destroy_user_session_path, method: :delete, class: "sign-out-link" = link_to "Sign out", destroy_user_session_path, method: :delete, class: "sign-out-link"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment