mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-23 08:51:13 +00:00
cleanup: rubocop: fix Layout/AlignArguments in QueriesHelper#column_header
git-svn-id: http://svn.redmine.org/redmine/trunk@18916 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
781f3d23fa
commit
c748adf847
@ -198,7 +198,8 @@ module QueriesHelper
|
||||
if options[:sort_link_options]
|
||||
link_options.merge! options[:sort_link_options]
|
||||
end
|
||||
content = link_to(column.caption,
|
||||
content = link_to(
|
||||
column.caption,
|
||||
{:params => request.query_parameters.deep_merge(sort_param)},
|
||||
link_options
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user