mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 01:06:05 +01:00
routes,
This commit is contained in:
parent
e3c655804e
commit
fc8e6eb5f3
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue