Commit 1e7e927e authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Fix wording of nav toggle

parent 375c910a
...@@ -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