From b301ad910911246fd4693c462b9c821b2f8a9032 Mon Sep 17 00:00:00 2001 From: Corinne Durrmeyer Date: Mon, 5 Aug 2024 17:20:32 +0200 Subject: [PATCH] Hide decorative content from TA --- app/views/shared/_procedure_description.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_procedure_description.html.haml b/app/views/shared/_procedure_description.html.haml index 82a0c2ba9..2b6bd2593 100644 --- a/app/views/shared/_procedure_description.html.haml +++ b/app/views/shared/_procedure_description.html.haml @@ -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