move userbar contributions link to points, since user now has more public profiles
This commit is contained in:
parent
e6c419c7e0
commit
605fb88046
1 changed files with 4 additions and 4 deletions
|
@ -42,10 +42,10 @@
|
|||
= image_tag 'image_mode_icon.png', :alt => 'Image Mode'
|
||||
Welcome to Image Mode!
|
||||
%span
|
||||
Hey,
|
||||
= succeed '!' do
|
||||
= link_to current_user.name, user_contributions_path(current_user)
|
||||
== You have #{current_user.points} points.
|
||||
Hey, #{current_user.name}!
|
||||
You have
|
||||
= succeed '.' do
|
||||
= link_to "#{current_user.points} points", user_contributions_path(current_user)
|
||||
= link_to 'Items', user_closet_hangers_path(current_user)
|
||||
= link_to 'Outfits', current_user_outfits_path
|
||||
= link_to 'Settings', Openneo::Auth.remote_settings_url
|
||||
|
|
Loading…
Reference in a new issue