chore(piece_justificative): tells admins multiple files could be attached

This commit is contained in:
Colin Darie 2022-11-08 16:32:05 +01:00
parent 636645f686
commit f66a0cf5a9

View file

@ -58,10 +58,11 @@
.cell .cell
= form.label :piece_justificative_template, "Modèle", for: dom_id(type_de_champ, :piece_justificative_template) = form.label :piece_justificative_template, "Modèle", for: dom_id(type_de_champ, :piece_justificative_template)
= render Attachment::EditComponent.new(**piece_justificative_options(form)) = render Attachment::EditComponent.new(**piece_justificative_options(form))
- if type_de_champ.titre_identite?
.cell - if type_de_champ.titre_identite?
%p %p Dans le cadre de la RGPD, le titre didentité sera supprimé lors de lacceptation du dossier
Dans le cadre de la RGPD, le titre didentité sera supprimé lors de lacceptation du dossier - elsif procedure.piece_justificative_multiple?
%p Les usagers pourront envoyer plusieurs fichiers si nécessaire.
- if type_de_champ.carte? - if type_de_champ.carte?
- type_de_champ.editable_options.each do |slice| - type_de_champ.editable_options.each do |slice|
.cell .cell