demarches-normaliennes/app/views/users/description/champs/_textarea.html.haml
2017-04-10 17:55:54 +02:00

5 lines
203 B
Text

%textarea.form-control.wysihtml5{ name:"champs['#{champ.id}']",
placeholder: champ.description,
id: "champs_#{champ.id}",
row: '6' }
= champ.value