demarches-normaliennes/app/views/new_gestionnaire/dossiers/champs/_textarea.html.haml

9 lines
264 B
Text
Raw Normal View History

= render partial: 'new_gestionnaire/dossiers/champs/champ_label', locals: { champ: champ }
%textarea{ name: "champs['#{champ.id}']",
placeholder: champ.description,
id: "champs_#{champ.id}",
2017-07-27 11:09:28 +02:00
row: '6',
required: champ.mandatory }
= sanitize(champ.value)