<%= block.owner.name %>
<%= profile_image(block.owner, :thumb) %>
- <%= _('Since %{year}/%{month}') % { :year => block.owner.created_at.year, :month => block.owner.created_at.month } %>
- <%= link_to _('Homepage'), block.owner.url %>
- <%= link_to _('View profile'), block.owner.public_profile_url %>
<% if profile == user %>
- <%= link_to _('Control panel'), :controller => 'profile_editor' %>
<% end %>
<%= render :file => 'blocks/profile_info_actions/' + block.owner.class.name.underscore %>