Explorar el Código

remove spaces inside {} of SortHelper

git-svn-id: http://svn.redmine.org/redmine/trunk@20392 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.2.0
Toshi MARUYAMA hace 3 años
padre
commit
38d5e5b302
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      app/helpers/sort_helper.rb

+ 1
- 1
app/helpers/sort_helper.rb Ver fichero

@@ -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


Cargando…
Cancelar
Guardar