Hide decorative content from TA
This commit is contained in:
parent
3962c24892
commit
b301ad9109
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
- if procedure.persisted? && procedure.estimated_duration_visible?
|
- if procedure.persisted? && procedure.estimated_duration_visible?
|
||||||
%p
|
%p
|
||||||
%small
|
%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))
|
= t('shared.procedure_description.estimated_fill_duration', estimated_minutes: estimated_fill_duration_minutes(procedure))
|
||||||
|
|
||||||
- if procedure.auto_archive_on
|
- if procedure.auto_archive_on
|
||||||
|
|
Loading…
Reference in a new issue