cirandas.net

ref: master

app/views/blocks/my_network.html.erb


<%= block_title(block.title, block.subtitle) %>

  • <%= link_to(_('Homepage'), block.owner.url, :class => 'url') %>
  • <%= link_to(_('View profile'), block.owner.public_profile_url) %>
  • <% if !user.nil? and block.owner.organization? and user.has_permission?('edit_profile', profile) %>
  • <%= link_to _('Control panel'), :controller => 'profile_editor', :profile => profile.identifier %>
  • <% end %>
<%= render_profile_actions block.owner.class %>