demarches-normaliennes/app/views/shared/dossiers/editable_champs/_textarea.html.haml

6 lines
136 B
Text
Raw Normal View History

2017-12-01 11:01:09 +01:00
~ form.text_area :value,
2017-08-02 14:56:08 +02:00
row: 6,
placeholder: champ.description,
required: champ.mandatory?,
value: html_to_string(champ.value)