demarches-normaliennes/app/views/new_gestionnaire/dossiers/champs/_textarea.html.haml
2017-09-06 11:11:30 +02:00

8 lines
264 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',
required: champ.mandatory }
= sanitize(champ.value)