mirror of
https://github.com/redmine/redmine.git
synced 2026-01-27 01:39:58 +01:00
remove spaces inside {} of SortHelper
git-svn-id: http://svn.redmine.org/redmine/trunk@20392 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -124,7 +124,7 @@ module SortHelper
|
||||
end
|
||||
caption = column.to_s.humanize unless caption
|
||||
|
||||
sort_options = { :sort => @sort_criteria.add(column.to_s, order).to_param }
|
||||
sort_options = {:sort => @sort_criteria.add(column.to_s, order).to_param}
|
||||
link_to(caption, {:params => request.query_parameters.merge(sort_options)}, :class => css)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user