diff --git a/app/views/blocks/profile_image.rhtml b/app/views/blocks/profile_image.rhtml index 69c4b6f..7df7592 100644 --- a/app/views/blocks/profile_image.rhtml +++ b/app/views/blocks/profile_image.rhtml @@ -11,7 +11,7 @@ <% if show_name %> -

<%= block.title %>

+

<%= block.owner.name %>

<% end %> <% if !user.nil? and user.has_permission?('edit_profile', profile) %> -- libgit2 0.21.2