From f66a0cf5a9880934168e9232559b37b5e0132cd6 Mon Sep 17 00:00:00 2001 From: Colin Darie Date: Tue, 8 Nov 2022 16:32:05 +0100 Subject: [PATCH] chore(piece_justificative): tells admins multiple files could be attached --- .../champ_component/champ_component.html.haml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app/components/types_de_champ_editor/champ_component/champ_component.html.haml b/app/components/types_de_champ_editor/champ_component/champ_component.html.haml index 095bde8c4..115d11340 100644 --- a/app/components/types_de_champ_editor/champ_component/champ_component.html.haml +++ b/app/components/types_de_champ_editor/champ_component/champ_component.html.haml @@ -58,10 +58,11 @@ .cell = form.label :piece_justificative_template, "Modèle", for: dom_id(type_de_champ, :piece_justificative_template) = render Attachment::EditComponent.new(**piece_justificative_options(form)) - - if type_de_champ.titre_identite? - .cell - %p - Dans le cadre de la RGPD, le titre d’identité sera supprimé lors de l’acceptation du dossier + + - if type_de_champ.titre_identite? + %p Dans le cadre de la RGPD, le titre d’identité sera supprimé lors de l’acceptation du dossier + - elsif procedure.piece_justificative_multiple? + %p Les usagers pourront envoyer plusieurs fichiers si nécessaire. - if type_de_champ.carte? - type_de_champ.editable_options.each do |slice| .cell