From 605fb88046139b7dfaad92322694d41d3916e561 Mon Sep 17 00:00:00 2001 From: Matchu Date: Tue, 26 Jul 2011 18:57:44 -0400 Subject: [PATCH] move userbar contributions link to points, since user now has more public profiles --- app/views/layouts/application.html.haml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index b3e99087..4f89cbbd 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -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