add 'scope: col' to table th
This commit is contained in:
parent
9065e57e62
commit
f1c313eb49
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
%th{ @procedure_presentation.aria_sort(@procedure_presentation.sort['order'], field), class: classname }
|
||||
%th{ @procedure_presentation.aria_sort(@procedure_presentation.sort['order'], field), scope: "col", class: classname }
|
||||
|
||||
= link_to update_sort_instructeur_procedure_path(@procedure, table: field['table'], column: field['column'], order: @procedure_presentation.opposite_order_for(field['table'], field['column'])) do
|
||||
- if @procedure_presentation.sortable?(field)
|
||||
|
|
Loading…
Reference in a new issue