demarches-normaliennes/app/views/shared/dossiers/editable_champs
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
..
_address.html.haml Replace typeahead with simpler autocomplete 2018-08-22 17:17:33 +02:00
_carte.html.haml Corrected placeholder on champ carte 2019-08-27 15:13:10 +02:00
_champ_label.html.haml p cannot be included in label 2019-11-21 15:34:59 +01:00
_checkbox.html.haml editable_champs: move the label near the checkbox 2018-06-18 18:12:11 +02:00
_civilite.html.haml used new constant for genders 2019-08-01 20:46:58 +02:00
_date.html.haml Placeholder not allowed in date input 2019-11-21 15:34:59 +01:00
_datetime.html.haml [fix #3282] add empty value for type_champ datatime 2019-01-24 14:57:21 +01:00
_decimal_number.html.haml Add DecimalNumberChamp 2018-11-06 11:28:44 +01:00
_departements.html.haml [fix #3417] add emtpy value for departement 2019-02-14 15:24:12 +01:00
_dossier_link.html.haml Fix procedures with multiple dossier link champs 2018-10-24 10:44:28 +02:00
_drop_down_list.html.haml editable_champ: move partials path 2018-02-27 18:36:29 +01:00
_editable_champ.html.haml editable_champs: move the label near the checkbox 2018-06-18 18:12:11 +02:00
_email.html.haml editable_champ: move partials path 2018-02-27 18:36:29 +01:00
_engagement.html.haml editable_champ: move partials path 2018-02-27 18:36:29 +01:00
_etablissement_titre.html.haml siret: make etablissement styled and visible 2018-07-30 17:49:00 +02:00
_explication.html.haml [Fix #1801] use the new string_to_html method 2018-05-24 18:05:41 +02:00
_header_section.html.haml editable_champ: move partials path 2018-02-27 18:36:29 +01:00
_integer_number.html.haml Add IntegerNumberChamp 2018-11-06 11:28:44 +01:00
_linked_drop_down_list.html.haml Fix and simplify linked-drop-down-list js 2019-02-05 16:48:26 +01:00
_multiple_drop_down_list.html.haml Move #selected_options to the only relevant model 2019-01-08 12:32:26 +01:00
_number.html.haml editable_champ: move partials path 2018-02-27 18:36:29 +01:00
_pays.html.haml [Fix 3827] Champ Pays: la ligne de tirets ne devrait pas être selectionnable 2019-05-06 14:55:29 +02:00
_phone.html.haml [fix #3048] add pattern for the champs phone 2019-01-24 18:48:57 +01:00
_piece_justificative.html.haml views: refactor the attachment/edit view 2019-10-31 10:27:19 +01:00
_regions.html.haml Include blank for regions and pays 2019-03-05 11:08:09 +01:00
_repetition.html.haml champs: add a "plus" icon to the "Add row" button 2019-10-24 16:52:29 +02:00
_siret.html.haml [Fix #3692] Add HTML5 validation to ensure SIRET length is 14 2019-03-28 18:03:53 +01:00
_text.html.haml editable_champ: move partials path 2018-02-27 18:36:29 +01:00
_textarea.html.haml [Fix #3682] Remove placeholder on textarea champ 2019-04-08 16:30:16 +02:00
_yes_no.html.haml editable_champ: move partials path 2018-02-27 18:36:29 +01:00