Correct path for form tag. Updated cancel_url to new format.
This commit is contained in:
parent
44a059a475
commit
f9d51ed549
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<%= form_tag do %>
|
||||
<%= form_tag main_app.notification_recipients_refinery_blog_admin_settings_path do %>
|
||||
|
||||
<div class='field'>
|
||||
<span class='label_with_help'>
|
||||
|
@ -18,7 +18,7 @@
|
|||
:locals => {
|
||||
:f => nil,
|
||||
:continue_editing => false,
|
||||
:cancel_url => refinery_blog_admin_posts_url,
|
||||
:cancel_url => main_app.refinery_blog_admin_posts_url,
|
||||
:hide_delete => true
|
||||
} %>
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue