##// END OF EJS Templates
remove trailing white-spaces from app/views/settings/_mail_handler.html.erb...
Toshi MARUYAMA -
r7167:44978a1711ec
parent child
Show More
@@ -8,7 +8,7
8 </div>
8 </div>
9
9
10 <div class="box tabular settings">
10 <div class="box tabular settings">
11 <p><%= setting_check_box :mail_handler_api_enabled,
11 <p><%= setting_check_box :mail_handler_api_enabled,
12 :onclick => "if (this.checked) { Form.Element.enable('settings_mail_handler_api_key'); } else { Form.Element.disable('settings_mail_handler_api_key'); }"%></p>
12 :onclick => "if (this.checked) { Form.Element.enable('settings_mail_handler_api_key'); } else { Form.Element.disable('settings_mail_handler_api_key'); }"%></p>
13
13
14 <p><%= setting_text_field :mail_handler_api_key, :size => 30,
14 <p><%= setting_text_field :mail_handler_api_key, :size => 30,
General Comments 0
You need to be logged in to leave comments. Login now