8 lines
564 B
Text
8 lines
564 B
Text
%th{ class: classname }
|
|
= link_to update_sort_instructeur_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'
|
|
%img.caret-icon{ src: image_url("table/up_caret.svg"), width: 10, height: 6, loading: 'lazy' }
|
|
- else
|
|
%img.caret-icon{ src: image_url("table/down_caret.svg"), width: 10, height: 6, loading: 'lazy' }
|