2017-09-25 10:46:09 +02:00
|
|
|
%th{ class: classname }
|
2018-02-21 13:42:10 +01:00
|
|
|
= link_to update_sort_gestionnaire_procedure_path(@procedure, table: field['table'], column: field['column']) do
|
2017-09-27 15:16:07 +02:00
|
|
|
= field['label']
|
|
|
|
- if @procedure_presentation.sort['table'] == field['table'] && @procedure_presentation.sort['column'] == field['column']
|
|
|
|
- if @procedure_presentation.sort['order'] == 'asc'
|
|
|
|
%img.caret-icon{ src: image_url("table/up_caret.svg") }
|
|
|
|
- else
|
|
|
|
%img.caret-icon{ src: image_url("table/down_caret.svg") }
|