diff --git a/app/views/membership_editor/index.rhtml b/app/views/membership_editor/index.rhtml index 1de4dbe..aacfcce 100644 --- a/app/views/membership_editor/index.rhtml +++ b/app/views/membership_editor/index.rhtml @@ -8,7 +8,7 @@ <% @memberships.each do |m|%>
  • <%= link_to_homepage m.name, m.identifier %> - <%= link_to_myprofile _('Manage') , {}, m.identifier %> + <%= link_to_myprofile _('Manage') , {:controller => 'profile_editor'}, m.identifier %>
  • <% end %> -- libgit2 0.21.2