demarches-normaliennes/app/views/new_administrateur/procedures
simon lehericey 84b125d272 p cannot be included in label
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.
2019-11-21 15:34:59 +01:00
..
_informations.html.haml p cannot be included in label 2019-11-21 15:34:59 +01:00
_monavis.html.haml move procedure to new design 2019-10-31 10:27:19 +01:00
annotations.html.haml Use new editor 2019-04-03 14:38:57 +02:00
apercu.html.haml Procédure → Démarche 2018-09-05 15:46:24 +02:00
champs.html.haml Use new editor 2019-04-03 14:38:57 +02:00
edit.html.haml procedure: move description to views/shared 2019-10-31 10:27:19 +01:00
monavis.html.haml move procedure to new design 2019-10-31 10:27:19 +01:00
new.html.haml procedure: move description to views/shared 2019-10-31 10:27:19 +01:00