Merged r24375 from trunk to 6.1-stable (#43715).

git-svn-id: https://svn.redmine.org/redmine/branches/6.1-stable@24378 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2026-01-27 23:33:08 +00:00
parent 3107b05829
commit 5c026bbd3f

View File

@@ -577,7 +577,7 @@ module ApplicationHelper
s = (+'').html_safe
build_project_link = lambda do |project, level = 0|
padding = level * 16
text = content_tag('span', project.name, :style => "padding-left:#{padding}px;")
text = content_tag('span', project.name, :style => "padding-inline-start:#{padding}px;")
s << link_to(text, project_path(project, :jump => jump),
:title => project.name,
:class => (project == selected ? 'selected' : nil))