Skip to content
Snippets Groups Projects
Commit 0b9e9ffc authored by Mike Greiling's avatar Mike Greiling
Browse files

Revert "Add user_dropdown_link to prompt users to turn on new repo"

This reverts commit 79f94c8d.
parent b0127c3f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -76,7 +76,6 @@
= 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,7 +70,6 @@
= 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