Browse Source

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
tags/2.3.0
Toshi MARUYAMA 11 years ago
parent
commit
14fcac8160
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/helpers/custom_fields_helper.rb

+ 1
- 1
app/helpers/custom_fields_helper.rb View File

@@ -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?

Loading…
Cancel
Save