Commit 8a135a7b85aa4020f9dec0d1b99f32b4db23d51b

Authored by MoisesMachado
1 parent 98e9135d

ActionItem85: fixed a bug with my enterprises views

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@774 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/membership_editor/index.rhtml
@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
8 <% @memberships.each do |m|%> 8 <% @memberships.each do |m|%>
9 <li> 9 <li>
10 <%= link_to_homepage m.name, m.identifier %> 10 <%= link_to_homepage m.name, m.identifier %>
11 - <%= link_to_myprofile _('Manage') , {}, m.identifier %> 11 + <%= link_to_myprofile _('Manage') , {:controller => 'profile_editor'}, m.identifier %>
12 </li> 12 </li>
13 <% end %> 13 <% end %>
14 </ul> 14 </ul>