items link in userbar

This commit is contained in:
Emi Matchu 2011-07-15 16:59:22 -04:00
parent 1fa9a48ad2
commit d782108e00

View file

@ -45,6 +45,7 @@
= succeed '!' do
= link_to current_user.name, user_contributions_path(current_user)
== You have #{current_user.points} points.
= link_to 'Items', user_closet_hangers_path(current_user)
= link_to 'Outfits', current_user_outfits_path
= link_to 'Settings', Openneo::Auth.remote_settings_url
= link_to 'Log out', logout_path_with_return_to