diff options
author | Go MAEDA <maeda@farend.jp> | 2019-09-18 01:25:47 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-09-18 01:25:47 +0000 |
commit | 5755bed4e1c29aed2e06c82146c6e7a12d57eb24 (patch) | |
tree | 85eee4002439e28c60227285c776a6e2cba27219 /app/views/settings | |
parent | 61554d9004627fde3df44ff853f5ebc85c9f0232 (diff) | |
download | redmine-5755bed4e1c29aed2e06c82146c6e7a12d57eb24.tar.gz redmine-5755bed4e1c29aed2e06c82146c6e7a12d57eb24.zip |
Change textfield to textarea for "Exclude attachments by name" (#19903).
Patch by Yuichi HARADA.
git-svn-id: http://svn.redmine.org/redmine/trunk@18476 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/settings')
-rw-r--r-- | app/views/settings/_mail_handler.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/_mail_handler.html.erb b/app/views/settings/_mail_handler.html.erb index 910270033..3b2bb8049 100644 --- a/app/views/settings/_mail_handler.html.erb +++ b/app/views/settings/_mail_handler.html.erb @@ -10,7 +10,7 @@ <em class="info"><%= l(:text_line_separated) %></em> </p> <p> - <%= setting_text_field :mail_handler_excluded_filenames, :size => 60 %> + <%= setting_text_area :mail_handler_excluded_filenames %> <label class="block"> <%= setting_check_box :mail_handler_enable_regex_excluded_filenames, :label => false %> <%= l(:setting_mail_handler_enable_regex) %> |