From db4c8619a9a9fa0d6f16b7935e00dda8c458e83c Mon Sep 17 00:00:00 2001 From: Lisa Durand Date: Wed, 27 Sep 2023 16:51:44 +0200 Subject: [PATCH] Update app/views/instructeurs/procedures/index.html.haml Co-authored-by: LeSim --- app/views/instructeurs/procedures/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/instructeurs/procedures/index.html.haml b/app/views/instructeurs/procedures/index.html.haml index b0c800b58..9893c144c 100644 --- a/app/views/instructeurs/procedures/index.html.haml +++ b/app/views/instructeurs/procedures/index.html.haml @@ -12,7 +12,7 @@ = tab_item(t('pluralize.closed', count: @procedures_closes_count), instructeur_procedures_path(statut: 'archivees'), active: @statut == 'archivees', badge: number_with_html_delimiter(@procedures_closes_count)) .fr-container - - if @statut === "en-cours" + - if @statut.in? ["publiees", "en-cours"] # FIX ME: @statut === "en-cours" à partir du 1/11/2023 = render Dsfr::CalloutComponent.new(title: nil) do |c| - c.with_body do = t(".procedure_en_cours_description")