adaptation attestation v2
This commit is contained in:
parent
dbacbd8ae2
commit
249da03287
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@
|
|||
- c.with_hint { "Exemple: Ministère de la Mer. 5 lignes maximum" }
|
||||
|
||||
.fr-fieldset__element{ data: { attestation_target: 'logoAttachmentFieldset' } }
|
||||
%label.fr-label{ for: field_id(@attestation_template, :logo) }
|
||||
%label.fr-label{ for: dom_id(@attestation_template, :logo) }
|
||||
- if @attestation_template.official_layout?
|
||||
= AttestationTemplate.human_attribute_name(:logo_additional)
|
||||
- else
|
||||
|
@ -108,7 +108,7 @@
|
|||
%h2.fr-h4 Pied de page
|
||||
|
||||
.fr-fieldset__element
|
||||
%label.fr-label{ for: field_id(@attestation_template, :signature) } Tampon ou signature
|
||||
%label.fr-label{ for: dom_id(@attestation_template, :signature) } Tampon ou signature
|
||||
%span.fr-hint-text
|
||||
Dimensions conseillées : au minimum 500px de largeur ou de hauteur.
|
||||
|
||||
|
|
Loading…
Reference in a new issue