Commit 6117f4ed710b32605e5df4978fa9af072017036b
1 parent
ceaeac45
Exists in
master
and in
29 other branches
ActionItem556: fixing user menu
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2287 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/shared/user_menu.rhtml
... | ... | @@ -9,7 +9,7 @@ |
9 | 9 | (current_user.person.image)? |
10 | 10 | current_user.person.image.public_filename(:icon) : "/images/icons-bar/photo.png" |
11 | 11 | %>" alt="<%= current_user.name %> Icon-Photo" title="" height="20" border="0"/> |
12 | - <span><%= _("%s's Menu") % current_user.display_name %> </span> | |
12 | + <span><%= _("%s's Menu") % current_user.person.display_name %> </span> | |
13 | 13 | </div> |
14 | 14 | |
15 | 15 | <div id="user_menu_ul"> | ... | ... |