From c16c19f8e6a71917cadea5088bd3a44027c8f867 Mon Sep 17 00:00:00 2001 From: Simon Lehericey Date: Tue, 27 Jun 2017 11:40:55 +0200 Subject: [PATCH] [Fix #499] Attestation: footer is now an text_field instead of a text_area --- app/views/admin/attestation_templates/edit.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/attestation_templates/edit.html.haml b/app/views/admin/attestation_templates/edit.html.haml index 5c50f5023..31b5b4726 100644 --- a/app/views/admin/attestation_templates/edit.html.haml +++ b/app/views/admin/attestation_templates/edit.html.haml @@ -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