mirror of
https://github.com/redmine/redmine.git
synced 2026-07-11 17:13:15 +02:00
added some parenthesis
git-svn-id: http://redmine.rubyforge.org/svn/trunk@373 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<h2><%=l(:field_mail_notification)%></h2>
|
||||
|
||||
<% form_tag ({:action => 'mail_options'}, :id => 'mail_options_form') do %>
|
||||
<% form_tag({:action => 'mail_options'}, :id => 'mail_options_form') do %>
|
||||
|
||||
<div class="box">
|
||||
<p><%=l(:text_select_mail_notifications)%></p>
|
||||
@@ -18,7 +18,7 @@
|
||||
<% end %>
|
||||
|
||||
<br />
|
||||
<p><%= check_all_links 'mail_options_form' %></p>
|
||||
<p><%= check_all_links('mail_options_form') %></p>
|
||||
</div>
|
||||
|
||||
<%= submit_tag l(:button_save) %>
|
||||
|
||||
Reference in New Issue
Block a user