items link in userbar
This commit is contained in:
parent
1fa9a48ad2
commit
d782108e00
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
||||||
= succeed '!' do
|
= succeed '!' do
|
||||||
= link_to current_user.name, user_contributions_path(current_user)
|
= link_to current_user.name, user_contributions_path(current_user)
|
||||||
== You have #{current_user.points} points.
|
== You have #{current_user.points} points.
|
||||||
|
= link_to 'Items', user_closet_hangers_path(current_user)
|
||||||
= link_to 'Outfits', current_user_outfits_path
|
= link_to 'Outfits', current_user_outfits_path
|
||||||
= link_to 'Settings', Openneo::Auth.remote_settings_url
|
= link_to 'Settings', Openneo::Auth.remote_settings_url
|
||||||
= link_to 'Log out', logout_path_with_return_to
|
= link_to 'Log out', logout_path_with_return_to
|
||||||
|
|
Loading…
Reference in a new issue