From 1dfd16beb0d5728e0c67055001ff63e8df40848e Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Tue, 5 Nov 2019 14:09:45 +0000 Subject: [PATCH] cleanup: rubocop: fix Layout/AlignArguments in ApplicationHelper#link_to_project git-svn-id: http://svn.redmine.org/redmine/trunk@18910 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/helpers/application_helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index f17f1a6cc..f75f3e825 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -167,8 +167,8 @@ module ApplicationHelper h(project.name) else link_to project.name, - project_url(project, {:only_path => true}.merge(options)), - html_options + project_url(project, {:only_path => true}.merge(options)), + html_options end end -- 2.39.5