[Fix #499] Attestation: footer is now an text_field instead of a text_area
This commit is contained in:
parent
03b735800b
commit
c16c19f8e6
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
|
||||
.form-group
|
||||
= f.label :footer, 'Adresse en bas de page'
|
||||
~ f.text_area :footer, class: 'form-control', rows: 2,
|
||||
= f.text_field :footer, class: 'form-control',
|
||||
placeholder: "Direction interministérielle du numérique et du système d'information et de communication de l'Etat (DINSIC)"
|
||||
|
||||
%button.btn.btn-primary{ formaction: admin_procedure_attestation_template_preview_path, formtarget: '_blank' } Prévisualiser
|
||||
|
|
Loading…
Reference in a new issue