Hide decorative content from TA

This commit is contained in:
Corinne Durrmeyer 2024-08-05 17:20:32 +02:00
parent 3962c24892
commit b301ad9109
No known key found for this signature in database
GPG key ID: DDC049DDA35585B6

View file

@ -8,7 +8,7 @@
- if procedure.persisted? && procedure.estimated_duration_visible?
%p
%small
%span.fr-icon-timer-line
%span.fr-icon-timer-line{ "aria-hidden" => "true" }
= t('shared.procedure_description.estimated_fill_duration', estimated_minutes: estimated_fill_duration_minutes(procedure))
- if procedure.auto_archive_on