diff options
Diffstat (limited to 'app/views/settings')
-rw-r--r-- | app/views/settings/_notifications.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/_notifications.html.erb b/app/views/settings/_notifications.html.erb index f746f7ced..59a30a9a8 100644 --- a/app/views/settings/_notifications.html.erb +++ b/app/views/settings/_notifications.html.erb @@ -30,7 +30,7 @@ </fieldset> <div style="float:right;"> -<%= link_to l(:label_send_test_email), :controller => 'admin', :action => 'test_email' %> +<%= link_to l(:label_send_test_email), { :controller => 'admin', :action => 'test_email' }, :method => :post %> </div> <%= submit_tag l(:button_save) %> |