Update app/views/instructeurs/procedures/index.html.haml

Co-authored-by: LeSim <mail@simon.lehericey.net>
This commit is contained in:
Lisa Durand 2023-09-27 16:51:44 +02:00 committed by GitHub
parent 91018d8f8f
commit db4c8619a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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