demarches-normaliennes/app/views/admin/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
..
_list.html.haml Update _list.html.haml 2019-06-24 17:00:10 +02:00
_modal_publish.html.haml Refactor and redesign publish modal 2019-09-17 16:30:48 +02:00
_modal_transfer.html.haml Procédure → Démarche 2018-09-05 15:46:24 +02:00
_onglets.html.haml Remove feature flag for publish draft 2019-03-12 11:26:07 +01:00
_publish_buttons.html.haml Refactor and redesign publish modal 2019-09-17 16:30:48 +02:00
_publish_path_message.html.haml Refactor and redesign publish modal 2019-09-17 16:30:48 +02:00
index.html.haml Procédure → Démarche 2018-09-05 15:46:24 +02:00
index.js.erb Use delegated events instead of local handlers 2018-08-13 08:34:10 +02:00
new_from_existing.html.haml p cannot be included in label 2019-11-21 15:34:59 +01:00
publish_validate.js.haml Refactor and redesign publish modal 2019-09-17 16:30:48 +02:00
show.html.haml Make sure the “commencer” link uses the proper test path 2019-09-17 16:30:48 +02:00
transfer.js.erb Stop using global function 2018-10-05 09:55:13 +02:00