From d782108e00ff8de20ae35d04ce85782b2037a4b4 Mon Sep 17 00:00:00 2001 From: Matchu Date: Fri, 15 Jul 2011 16:59:22 -0400 Subject: [PATCH] items link in userbar --- app/views/layouts/application.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 40300d78..fbf7fc6f 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -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