fix(a11y/dossiers): add a caption to dossiers table (critere 5.4)
Closes #8090
This commit is contained in:
parent
80106bf4e6
commit
cd87390262
3 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
- if dossiers.present?
|
||||
%table.table.dossiers-table.hoverable
|
||||
%caption= t('views.users.dossiers.dossiers_list.caption')
|
||||
%thead
|
||||
%tr
|
||||
%th.number-col{ scope: :col }= t('views.users.dossiers.dossiers_list.n_dossier')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue