Commit f06207a1a40da7da9e4c7de09874fb307e38a14c
Exists in
master
and in
28 other branches
Merge commit 'refs/merge-requests/407' of git://gitorious.org/noosfero/noosfero …
…into merge-requests/407
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/custom_forms/views/custom_forms_plugin_profile/show.html.erb
... | ... | @@ -13,7 +13,7 @@ |
13 | 13 | <%= render :partial => 'shared/form_submission', :locals => {:f => f} %> |
14 | 14 | |
15 | 15 | <% button_bar do %> |
16 | - <%= submit_button :save, _('Save'), :cancel => {:action => 'index'} %> | |
16 | + <%= submit_button :save, _('Save'), :cancel => {:controller=>:profile, :profile => profile.identifier} %> | |
17 | 17 | <% end %> |
18 | 18 | <% end %> |
19 | 19 | <% else %> | ... | ... |