From 9193581ae2dc54c6354675cfd31142091d210802 Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 6 Dec 2022 09:57:00 +0100 Subject: [PATCH] =?UTF-8?q?correctif(admin/procedures/configuration):=20po?= =?UTF-8?q?ur=20une=20procedure,=20la=20tuile=20instructeurs=20est=20consi?= =?UTF-8?q?d=C3=A9r=C3=A9e=20valide=20si=20le=20routage=20est=20activ?= =?UTF-8?q?=C3=A9=20ou=20si=20il=20y=20a=20des=20instructeurs=20declar?= =?UTF-8?q?=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update app/components/procedure/card/instructeurs_component/instructeurs_component.html.haml Co-authored-by: Paul Chavard --- .../instructeurs_component/instructeurs_component.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/procedure/card/instructeurs_component/instructeurs_component.html.haml b/app/components/procedure/card/instructeurs_component/instructeurs_component.html.haml index 495380710..970c7ff43 100644 --- a/app/components/procedure/card/instructeurs_component/instructeurs_component.html.haml +++ b/app/components/procedure/card/instructeurs_component/instructeurs_component.html.haml @@ -1,7 +1,7 @@ .fr-col-6.fr-col-md-4.fr-col-lg-3 = link_to admin_procedure_groupe_instructeurs_path(@procedure), id: 'groupe-instructeurs', class: 'fr-tile fr-enlarge-link' do .fr-tile__body.flex.justify-between - - if @procedure.routing_enabled? + - if @procedure.routing_enabled? || @procedure.instructeurs.present? %div %span.icon.accept %p.fr-tile-status-accept Validé