chore(attestation): improve groupe instructeurs signature wording
Co-Authored-By: Christophe Robillard <christophe.robillard@beta.gouv.fr>
This commit is contained in:
parent
d231ec35f4
commit
da06295191
2 changed files with 18 additions and 11 deletions
|
@ -3,9 +3,13 @@
|
|||
= form_with url: { action: :add_signature }, method: :post, html: { multipart: true } do |f|
|
||||
.card-title Tampon de l'attestation
|
||||
|
||||
%p.fr-text--sm.fr-text-mention--grey
|
||||
Vous pouvez apposer sur l’attestation un tampon (ou signature) dédié à ce groupe d’instructeurs.
|
||||
Si vous n’en fournissez pas, celui de la démarche sera utilisé, le cas échéant.
|
||||
|
||||
.fr-upload-group.fr-mb-4w
|
||||
%p.fr-text--sm.fr-text-mention--grey.fr-mb-1w
|
||||
Dimensions conseillées : au minimum 500 px de largeur ou de hauteur.
|
||||
Dimensions conseillées : au minimum 500px de largeur ou de hauteur.
|
||||
= render Attachment::EditComponent.new(attached_file: groupe_instructeur.signature, direct_upload: false)
|
||||
|
||||
.fr-btns-group.fr-btns-group--inline
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue