mirror of
https://github.com/meineerde/redmine.git
synced 2025-10-17 17:01:01 +00:00
cleanup: rubocop: fix Layout/AlignArguments in IssuesHelper#cells
git-svn-id: http://svn.redmine.org/redmine/trunk@19025 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
5cdf94f29f
commit
5addd2846d
@ -269,9 +269,11 @@ module IssuesHelper
|
||||
|
||||
def cells(label, text, options={})
|
||||
options[:class] = [options[:class] || "", 'attribute'].join(' ')
|
||||
content_tag 'div',
|
||||
content_tag('div', label + ":", :class => 'label') + content_tag('div', text, :class => 'value'),
|
||||
options
|
||||
content_tag(
|
||||
'div',
|
||||
content_tag('div', label + ":", :class => 'label') +
|
||||
content_tag('div', text, :class => 'value'),
|
||||
options)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user