Commit cfefc983419ea63a233a71fa3c970bb7b6116c9d

Authored by AntonioTerceiro
1 parent 0c621a13

ActionItem154: adding a button to go back from memberships controller


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1423 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/views/memberships/index.rhtml
... ... @@ -25,4 +25,5 @@
25 25 <% button_bar do %>
26 26 <%= button(:add, _('Register a new Enterprise'), :controller => 'enterprise_registration') %>
27 27 <%= button(:add, _('Create a new community'), :action => 'new_community') %>
  28 + <%= button(:back, _('Go back'), :controller => 'profile_editor') %>
28 29 <% end %>
... ...