7 lines
239 B
Text
7 lines
239 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: html_to_string(champ.value)
|