diff --git a/app/views/blocks/my_network.rhtml b/app/views/blocks/my_network.rhtml index 46ae190..14d39a3 100644 --- a/app/views/blocks/my_network.rhtml +++ b/app/views/blocks/my_network.rhtml @@ -6,7 +6,7 @@
  • <%= 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' %>
  • +
  • <%= link_to _('Control panel'), :controller => 'profile_editor', :profile => profile.identifier %>
  • <% end %> -- libgit2 0.21.2