mirror of
https://github.com/redmine/redmine.git
synced 2026-02-02 21:00:01 +01: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user