mirror of
https://github.com/redmine/redmine.git
synced 2026-05-06 06:36:24 +02:00
remove spaces inside {} of CustomFieldsHelper
git-svn-id: http://svn.redmine.org/redmine/trunk@20061 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -43,7 +43,7 @@ module CustomFieldsHelper
|
||||
]
|
||||
|
||||
def render_custom_fields_tabs(types)
|
||||
tabs = CUSTOM_FIELDS_TABS.select {|h| types.include?(h[:name]) }
|
||||
tabs = CUSTOM_FIELDS_TABS.select {|h| types.include?(h[:name])}
|
||||
render_tabs tabs
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user