From 8a135a7b85aa4020f9dec0d1b99f32b4db23d51b Mon Sep 17 00:00:00 2001 From: MoisesMachado Date: Sat, 20 Oct 2007 03:54:35 +0000 Subject: [PATCH] ActionItem85: fixed a bug with my enterprises views --- app/views/membership_editor/index.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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