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:
parent
8a5baf9961
commit
c67043e01c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue