This commit is contained in:
nilsding 2014-11-02 17:58:37 +01:00
parent e3c655804e
commit fc8e6eb5f3
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@
= current_user.screen_name
%b.caret
%ul.dropdown-menu
%li= link_to "Profile", edit_user_registration_path
%li= link_to "Settings", "#"
%li= link_to "View profile", show_user_profile_at_path(current_user.screen_name)
%li= link_to "Settings", edit_user_registration_path
%li.divider
%li= link_to "Logout", destroy_user_session_path, method: :delete
- else