Commit 7ff533ad60f4417517ef0f61b9aa82c53e85f451
1 parent
ab6e5dfd
Exists in
master
and in
29 other branches
ActionItem1041: displaying the owner name
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/blocks/profile_image.rhtml
@@ -11,7 +11,7 @@ | @@ -11,7 +11,7 @@ | ||
11 | </div> | 11 | </div> |
12 | 12 | ||
13 | <% if show_name %> | 13 | <% if show_name %> |
14 | - <p><%= block.title %></p> | 14 | + <p><%= block.owner.name %></p> |
15 | <% end %> | 15 | <% end %> |
16 | 16 | ||
17 | <% if !user.nil? and user.has_permission?('edit_profile', profile) %> | 17 | <% if !user.nil? and user.has_permission?('edit_profile', profile) %> |