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

6 lines
201 B
Text
Raw Normal View History

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