summaryrefslogtreecommitdiffstats
path: root/app/helpers/custom_fields_helper.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-02-17 10:13:40 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-02-17 10:13:40 +0000
commit14fcac816073ff3127b67886d4d28dfb5e62c852 (patch)
treee5cd47cc6fdc6eb110ebb4983e9a7caac96602ca /app/helpers/custom_fields_helper.rb
parent9ac2afec0457b253acd00beaa0d32405bb6bd707 (diff)
downloadredmine-14fcac816073ff3127b67886d4d28dfb5e62c852.tar.gz
redmine-14fcac816073ff3127b67886d4d28dfb5e62c852.zip
remove trailing tab from app/helpers/custom_fields_helper.rb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11414 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/helpers/custom_fields_helper.rb')
-rw-r--r--app/helpers/custom_fields_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/custom_fields_helper.rb b/app/helpers/custom_fields_helper.rb
index 140c56842..803dbb6d3 100644
--- a/app/helpers/custom_fields_helper.rb
+++ b/app/helpers/custom_fields_helper.rb
@@ -24,7 +24,7 @@ module CustomFieldsHelper
end
# Return custom field html tag corresponding to its format
- def custom_field_tag(name, custom_value)
+ def custom_field_tag(name, custom_value)
custom_field = custom_value.custom_field
field_name = "#{name}[custom_field_values][#{custom_field.id}]"
field_name << "[]" if custom_field.multiple?