demarches-normaliennes/app/views/root
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
..
_footer.html.haml RGAA: ajout de title aux links 2019-11-06 17:01:07 +01:00
accessibilite.html.haml suppression délai RGAA 2019-03-13 10:37:35 +01:00
administration.html.haml admin: minor text changes 2019-04-01 10:40:31 +02:00
landing.html.haml RGAA A : ajout de l'attribut alt pour les images 2019-11-06 17:01:07 +01:00
patron.html.haml p cannot be included in label 2019-11-21 15:34:59 +01:00
suivi.html.haml suivi: remove link to stats dashboard 2019-07-22 11:49:09 +02:00