<% if block.title.present? %>

<%= block.title %>

<% end %>
<%= link_to profile_image(block.owner, :big) +"\n", profile.url %>
<% if show_name %>

<%= h block.owner.short_name %>

<% end %>