mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-20 07:21:12 +00:00
cleanup: rubocop: fix Layout/AlignArguments in lib/redmine/menu_manager.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19041 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
c9021526bb
commit
ec91e38010
@ -124,7 +124,7 @@ module Redmine
|
|||||||
else
|
else
|
||||||
caption, url, selected = extract_node_details(node, project)
|
caption, url, selected = extract_node_details(node, project)
|
||||||
return content_tag('li',
|
return content_tag('li',
|
||||||
render_single_menu_node(node, caption, url, selected))
|
render_single_menu_node(node, caption, url, selected))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user