84b125d272
The main problem come from %label{for: input_id} #{champ.libelle} %span.notice= string_to_html(champ.description) %input where string_to_html contains p tags The proposed solution is %label #{champ.libelle} %p.notice %input It should be iso in the graphic sense. |
||
---|---|---|
.. | ||
_add_admin_form.html.haml | ||
_administrateur.html.haml | ||
create.js.haml | ||
destroy.js.haml | ||
index.html.haml |