demarches-normaliennes/app/views/new_gestionnaire/dossiers/champs/_textarea.html.haml
2017-09-06 11:11:34 +02:00

7 lines
233 B
Text

= render partial: 'new_gestionnaire/dossiers/champs/champ_label', locals: { form: form, champ: champ }
= form.text_area :value,
row: 6,
placeholder: champ.description,
required: champ.mandatory,
value: sanitize(champ.value)