mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-11 13:15:20 +00:00
Right column in issue view uses splitcontentleft CSS class instead of splitcontentright (#43588).
Contributed by Yasu Saku (user:skys). git-svn-id: https://svn.redmine.org/redmine/trunk@24224 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
812399e99a
commit
e2043110ce
@ -347,7 +347,7 @@ module IssuesHelper
|
||||
# rubocop:disable Performance/Sum
|
||||
content =
|
||||
content_tag('div', @left.reduce(&:+), :class => 'splitcontentleft') +
|
||||
content_tag('div', @right.reduce(&:+), :class => 'splitcontentleft')
|
||||
content_tag('div', @right.reduce(&:+), :class => 'splitcontentright')
|
||||
# rubocop:enable Performance/Sum
|
||||
|
||||
content_tag('div', content, :class => 'splitcontent')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user