demarches-normaliennes/app/views/users/description/champs/_textarea.html.haml

6 lines
203 B
Text
Raw Normal View History

2017-04-06 19:10:25 +02:00
%textarea.form-control.wysihtml5{ name:"champs['#{champ.id}']",
placeholder: champ.description,
id: "champs_#{champ.id}",
2017-04-06 19:10:25 +02:00
row: '6' }
= champ.value