mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-24 01:11:12 +00:00
cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/field_format.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19038 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
aa28599b85
commit
f56144063d
@ -305,8 +305,12 @@ module Redmine
|
||||
if custom_field.is_required?
|
||||
''.html_safe
|
||||
else
|
||||
view.content_tag('label',
|
||||
view.check_box_tag(tag_name, '__none__', (value == '__none__'), :id => nil, :data => {:disables => "##{tag_id}"}) + l(:button_clear),
|
||||
view.content_tag(
|
||||
'label',
|
||||
view.check_box_tag(
|
||||
tag_name,
|
||||
'__none__', (value == '__none__'), :id => nil,
|
||||
:data => {:disables => "##{tag_id}"}) + l(:button_clear),
|
||||
:class => 'inline'
|
||||
)
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user