Form text_area: respect new line

This commit is contained in:
Simon Lehericey 2017-12-01 11:01:09 +01:00
parent 9e1ca5258a
commit 6e97209b82

View file

@ -1,6 +1,6 @@
= render partial: 'new_gestionnaire/dossiers/champs/champ_label', locals: { form: form, champ: champ }
= form.text_area :value,
~ form.text_area :value,
row: 6,
placeholder: champ.description,
required: champ.mandatory,