diff --git a/app/views/new_gestionnaire/dossiers/show.html.haml b/app/views/new_gestionnaire/dossiers/show.html.haml index 5e3592a03..af34e2cd7 100644 --- a/app/views/new_gestionnaire/dossiers/show.html.haml +++ b/app/views/new_gestionnaire/dossiers/show.html.haml @@ -11,9 +11,9 @@ .backoffice-title Formulaire - .card.featured - - champs = @dossier.ordered_champs.decorate - - if champs.any? + - champs = @dossier.ordered_champs.decorate + - if champs.any? + .card.featured = render partial: "champs", locals: { champs: champs } - if @dossier.procedure.use_api_carto