Gestionnaire: move update_sort_procedure_path to update_sort_gestionnaire_procedure_path
This commit is contained in:
parent
b76237d2ad
commit
c0229813f1
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
%th{ class: classname }
|
||||
= link_to update_sort_procedure_path(@procedure, table: field['table'], column: field['column']) do
|
||||
= link_to update_sort_gestionnaire_procedure_path(@procedure, table: field['table'], column: field['column']) do
|
||||
= field['label']
|
||||
- if @procedure_presentation.sort['table'] == field['table'] && @procedure_presentation.sort['column'] == field['column']
|
||||
- if @procedure_presentation.sort['order'] == 'asc'
|
||||
|
|
Loading…
Reference in a new issue