Commit f06207a1a40da7da9e4c7de09874fb307e38a14c

Authored by Rodrigo Souto
2 parents 9c082693 6d7eaeeb

Merge commit 'refs/merge-requests/407' of git://gitorious.org/noosfero/noosfero …

…into merge-requests/407
plugins/custom_forms/views/custom_forms_plugin_profile/show.html.erb
@@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
13 <%= render :partial => 'shared/form_submission', :locals => {:f => f} %> 13 <%= render :partial => 'shared/form_submission', :locals => {:f => f} %>
14 14
15 <% button_bar do %> 15 <% button_bar do %>
16 - <%= submit_button :save, _('Save'), :cancel => {:action => 'index'} %> 16 + <%= submit_button :save, _('Save'), :cancel => {:controller=>:profile, :profile => profile.identifier} %>
17 <% end %> 17 <% end %>
18 <% end %> 18 <% end %>
19 <% else %> 19 <% else %>