fix source indent of lib/redmine/views/labelled_form_builder.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@12957 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-03-11 09:59:40 +00:00
parent 8a5baf9961
commit c67043e01c
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class Redmine::Views::LabelledFormBuilder < ActionView::Helpers::FormBuilder
end
def time_zone_select(field, priority_zones = nil, options = {}, html_options = {})
label_for_field(field, options) + super(field, priority_zones, options, html_options.except(:label)).html_safe
label_for_field(field, options) + super(field, priority_zones, options, html_options.except(:label)).html_safe
end
# Returns a label tag for the given field