demarches-normaliennes/app/views/instructeurs/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
..
_dossier_actions.html.haml Rename gestionnaire in code to instructeur 2019-08-12 13:47:01 +02:00
_download_dossiers.html.haml Drop old export service 2019-11-21 10:25:40 +01:00
_header_field.html.haml Rename gestionnaire in code to instructeur 2019-08-12 13:47:01 +02:00
download_export.js.erb UI work 2019-10-22 09:51:14 +02:00
email_notifications.html.haml p cannot be included in label 2019-11-21 15:34:59 +01:00
index.html.haml Refactor Instructeur.notifications_* methods 2019-09-25 14:10:00 +02:00
show.html.haml Add link from instructeur procedure view 2019-10-30 14:27:51 +01:00
stats.html.haml First attempt at procedure stats 2019-09-17 16:43:48 +02:00