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

7 lines
172 B
Text
Raw Normal View History

2017-12-01 11:01:09 +01:00
~ form.text_area :value,
id: champ.input_id,
aria: { describedby: champ.describedby_id },
2019-12-03 10:13:16 +01:00
rows: 6,
required: champ.mandatory?,
value: html_to_string(champ.value)