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

fix source indent of QueriesHelper

git-svn-id: http://svn.redmine.org/redmine/trunk@20054 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2020-09-21 13:03:06 +00:00
parent e768465783
commit 8c53f2e5a8

View File

@ -198,7 +198,8 @@ module QueriesHelper
if options[:sort_link_options] if options[:sort_link_options]
link_options.merge! options[:sort_link_options] link_options.merge! options[:sort_link_options]
end end
content = link_to( content =
link_to(
column.caption, column.caption,
{:params => request.query_parameters.deep_merge(sort_param)}, {:params => request.query_parameters.deep_merge(sort_param)},
link_options link_options