Commit 7ff533ad60f4417517ef0f61b9aa82c53e85f451

Authored by Antonio Terceiro
1 parent ab6e5dfd

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 11 </div>
12 12  
13 13 <% if show_name %>
14   - <p><%= block.title %></p>
  14 + <p><%= block.owner.name %></p>
15 15 <% end %>
16 16  
17 17 <% if !user.nil? and user.has_permission?('edit_profile', profile) %>
... ...