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)
|
||||
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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user