[PATCH conductor] Updating header username link

Brian McLaughlin bmclaugh at redhat.com
Thu Aug 30 21:42:13 UTC 2012


---
 src/app/views/layouts/application.html.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/views/layouts/application.html.haml b/src/app/views/layouts/application.html.haml
index ba6b020..09a9c5d 100644
--- a/src/app/views/layouts/application.html.haml
+++ b/src/app/views/layouts/application.html.haml
@@ -44,7 +44,7 @@
 = content_for :widgets do
   %ul#usermenu
     - if current_user
-      %li= link_to current_user.name, account_path
+      %li= link_to current_user.name, user_path(current_user)
       %li= link_to t('masthead.my_account'), account_path
       %li= link_to t('masthead.logout'), logout_path
     - else
-- 
1.7.11.4




More information about the aeolus-devel mailing list