1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-17 12:52:55 +00:00

cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelper#render_projects_for_jump_box

git-svn-id: http://svn.redmine.org/redmine/trunk@18909 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2019-11-05 14:09:32 +00:00
parent b959b53dd2
commit d4a59e78a5

View File

@ -482,7 +482,8 @@ module ApplicationHelper
padding = level * 16
text = content_tag('span', project.name, :style => "padding-left:#{padding}px;")
s << link_to(text, project_path(project, :jump => jump),
:title => project.name, :class => (project == selected ? 'selected' : nil))
:title => project.name,
:class => (project == selected ? 'selected' : nil))
}
[
[bookmarked, :label_optgroup_bookmarks, true],