routes,
This commit is contained in:
parent
e3c655804e
commit
fc8e6eb5f3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue