From c558b8b0a3ca6079af71ab91114fb10fdefd263e Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 29 Jun 2015 16:16:20 +0000 Subject: Adds a named route for test email. git-svn-id: http://svn.redmine.org/redmine/trunk@14391 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/settings/_notifications.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/settings') diff --git a/app/views/settings/_notifications.html.erb b/app/views/settings/_notifications.html.erb index 59a30a9a8..e75a2014f 100644 --- a/app/views/settings/_notifications.html.erb +++ b/app/views/settings/_notifications.html.erb @@ -30,7 +30,7 @@
-<%= link_to l(:label_send_test_email), { :controller => 'admin', :action => 'test_email' }, :method => :post %> +<%= link_to l(:label_send_test_email), test_email_path, :method => :post %>
<%= submit_tag l(:button_save) %> -- cgit v1.2.3