summaryrefslogtreecommitdiffstats
path: root/app/helpers/queries_helper.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-05 14:10:33 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-05 14:10:33 +0000
commit562bdd0a52e12235ad597d5a8166da7f5c661b8b (patch)
tree391ccaf2586079688c3d42cc1522098d592d323f /app/helpers/queries_helper.rb
parentbce3abdc7496103e9be2d13d2cc4fcc5c4b80f7d (diff)
downloadredmine-562bdd0a52e12235ad597d5a8166da7f5c661b8b.tar.gz
redmine-562bdd0a52e12235ad597d5a8166da7f5c661b8b.zip
cleanup: rubocop: fix Layout/AlignArguments in QueriesHelper#query_links
git-svn-id: http://svn.redmine.org/redmine/trunk@18914 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/helpers/queries_helper.rb')
-rw-r--r--app/helpers/queries_helper.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/helpers/queries_helper.rb b/app/helpers/queries_helper.rb
index 5565eb7b0..80c6be6cc 100644
--- a/app/helpers/queries_helper.rb
+++ b/app/helpers/queries_helper.rb
@@ -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 = +''