Skip to content
Snippets Groups Projects
Verified Commit 79f94c8d authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett
Browse files

Add user_dropdown_link to prompt users to turn on new repo

parent 2a6f1b32
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -76,6 +76,7 @@
= link_to "Settings", profile_path
%li
= link_to "Turn on new navigation", profile_preferences_path(anchor: "new-navigation")
= render 'shared/repo/user_dropdown_link'
%li.divider
%li
= link_to "Sign out", destroy_user_session_path, method: :delete, class: "sign-out-link"
Loading
Loading
Loading
Loading
@@ -70,6 +70,7 @@
= link_to "Settings", profile_path
%li
= link_to "Turn off new navigation", profile_preferences_path(anchor: "new-navigation")
= render 'shared/repo/user_dropdown_link'
%li.divider
%li
= link_to "Sign out", destroy_user_session_path, method: :delete, class: "sign-out-link"
Loading
Loading
%li= link_to "Turn #{show_new_repo? ? 'off' : 'on'} new repository", profile_preferences_path(anchor: "new-repository")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment