5 lines
136 B
Text
5 lines
136 B
Text
~ form.text_area :value,
|
|
row: 6,
|
|
placeholder: champ.description,
|
|
required: champ.mandatory?,
|
|
value: html_to_string(champ.value)
|