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:
parent
bce3abdc74
commit
562bdd0a52
@ -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 = +''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user