1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-04 08:03:23 +00:00

cleanup: rubocop: fix Layout/AlignArguments in QueriesHelper#query_links

git-svn-id: http://svn.redmine.org/redmine/trunk@18914 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2019-11-05 14:10:33 +00:00
parent bce3abdc74
commit 562bdd0a52

View File

@ -397,7 +397,8 @@ module QueriesHelper
url_params = controller_name == 'issues' ? {:controller => 'issues', :action => 'index', :project_id => @project} : {}
content_tag('h3', title) + "\n" +
content_tag('ul',
content_tag(
'ul',
queries.collect {|query|
css = +'query'
clear_link = +''