demarches-normaliennes/app/views/shared/dossiers/messages
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
..
_form.html.haml p cannot be included in label 2019-11-21 15:34:59 +01:00
_message.html.haml Remove last reference to commentaire.file 2019-09-10 10:49:12 +02:00
_message_icon.html.haml Add alt='' to decorative image https://www.w3.org/WAI/tutorials/images/decorative/ 2019-11-19 15:14:06 +01:00
_message_issuer.html.haml Add Commentaire.is_sent_by_system? and .is_sent_by(someone) 2019-07-08 16:06:44 +02:00
_messagerie_disabled.html.haml Maj message quand messagerie désactivée 2019-11-18 14:28:05 +01:00