mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-24 01:11:12 +00:00
cleanup: rubocop: fix Layout/AlignArguments in QueriesHelper#column_value
git-svn-id: http://svn.redmine.org/redmine/trunk@18915 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
562bdd0a52
commit
781f3d23fa
@ -233,7 +233,8 @@ module QueriesHelper
|
||||
when :done_ratio
|
||||
progress_bar(value)
|
||||
when :relations
|
||||
content_tag('span',
|
||||
content_tag(
|
||||
'span',
|
||||
value.to_s(item) {|other| link_to_issue(other, :subject => false, :tracker => false)}.html_safe,
|
||||
:class => value.css_classes_for(item))
|
||||
when :hours, :estimated_hours
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user