%= block_title(title) %>
<%= render :file => 'blocks/my_network/' + owner.class.name.underscore, :locals => { :owner => owner } %>
- <%= link_to(__('Homepage'), owner.url, :class => 'url') %>
- <%= link_to(_('View profile'), owner.public_profile_url) %>
<% if !user.nil? and owner.organization? and user.has_permission?('edit_profile', profile) %>
- <%= link_to _('Control panel'), :controller => 'profile_editor' %>
<% end %>
<%= render :file => 'blocks/profile_info_actions/' + owner.class.name.underscore %>