fix(a11y/dossiers): add a caption to dossiers table (critere 5.4)

Closes #8090
This commit is contained in:
Colin Darie 2022-11-29 17:36:24 +01:00
parent 80106bf4e6
commit cd87390262
3 changed files with 3 additions and 0 deletions

View file

@ -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')