move userbar contributions link to points, since user now has more public profiles

This commit is contained in:
Emi Matchu 2011-07-26 18:57:44 -04:00
parent e6c419c7e0
commit 605fb88046

View file

@ -42,10 +42,10 @@
= image_tag 'image_mode_icon.png', :alt => 'Image Mode' = image_tag 'image_mode_icon.png', :alt => 'Image Mode'
Welcome to Image Mode! Welcome to Image Mode!
%span %span
Hey, Hey, #{current_user.name}!
= succeed '!' do You have
= link_to current_user.name, user_contributions_path(current_user) = succeed '.' do
== You have #{current_user.points} points. = link_to "#{current_user.points} points", user_contributions_path(current_user)
= link_to 'Items', user_closet_hangers_path(current_user) = 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