Browse Source

remove trailing white-spaces from app/views/settings/_mail_handler.html.erb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7287 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/1.3.0
Toshi MARUYAMA 12 years ago
parent
commit
44978a1711
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/views/settings/_mail_handler.html.erb

+ 1
- 1
app/views/settings/_mail_handler.html.erb View File

@@ -8,7 +8,7 @@
</div>

<div class="box tabular settings">
<p><%= setting_check_box :mail_handler_api_enabled,
<p><%= setting_check_box :mail_handler_api_enabled,
:onclick => "if (this.checked) { Form.Element.enable('settings_mail_handler_api_key'); } else { Form.Element.disable('settings_mail_handler_api_key'); }"%></p>

<p><%= setting_text_field :mail_handler_api_key, :size => 30,

Loading…
Cancel
Save