7 lines
235 B
Text
7 lines
235 B
Text
= render partial: 'new_gestionnaire/dossiers/champs/champ_label', locals: { champ: champ }
|
|
|
|
%textarea{ name: "champs['#{champ.id}']",
|
|
placeholder: champ.description,
|
|
id: "champs_#{champ.id}",
|
|
row: '6' }
|
|
= sanitize(champ.value)
|