fix broken conversion
This commit is contained in:
parent
a3373b019c
commit
e891f242e9
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
= link_to( |
|
||||
I18n.t("datagrid.table.order.asc").html_safe, |
|
||||
url_for(grid.param_name => grid.as_query.merge(:order => column.name, :descending => false)), |
|
||||
:class => "asc") |
|
||||
:class => "asc")
|
||||
= link_to( |
|
||||
I18n.t("datagrid.table.order.desc").html_safe, |
|
||||
url_for(grid.param_name => grid.as_query.merge(:order => column.name, :descending => true )), |
|
||||
:class => "desc") |
|
||||
:class => "desc")
|
||||
|
|
Loading…
Reference in a new issue