4 lines
103 B
Text
4 lines
103 B
Text
~ form.text_area :value,
|
|
rows: 6,
|
|
required: champ.mandatory?,
|
|
value: html_to_string(champ.value)
|