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:
parent
d4a59e78a5
commit
1dfd16beb0
@ -167,8 +167,8 @@ module ApplicationHelper
|
|||||||
h(project.name)
|
h(project.name)
|
||||||
else
|
else
|
||||||
link_to project.name,
|
link_to project.name,
|
||||||
project_url(project, {:only_path => true}.merge(options)),
|
project_url(project, {:only_path => true}.merge(options)),
|
||||||
html_options
|
html_options
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user