ref: master
app/views/blocks/profile_image.html.erb
<% if block.title.present? %><%= block.title %>
<% end %><% if block.show_name %><%= link_to profile_image(block.owner, :big) +"\n", profile.url %><%= h block.owner.short_name %>
<% end %> <% if !user.nil? and user.has_permission?('edit_profile', profile) %><%= link_to _('Control panel'), block.owner.admin_url %><% end %>