1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-20 15:31:12 +00:00

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
This commit is contained in:
Toshi MARUYAMA 2019-11-05 14:09:45 +00:00
parent d4a59e78a5
commit 1dfd16beb0

View File

@ -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