demarches-normaliennes/app/views/shared/dossiers/editable_champs/_cnaf.html.haml
simon lehericey 57a7f82a8f add cnaf ui
2021-10-12 14:27:20 +02:00

16 lines
518 B
Text

.cnaf-inputs
%div
= form.label :numero_allocataire, t('.numero_allocataire_label')
%p.notice= t('.numero_allocataire_notice')
= form.text_field :numero_allocataire,
required: champ.mandatory?,
size: 7,
aria: { describedby: describedby_id(champ) }
%div
= form.label :code_postal, t('.code_postal_label')
%p.notice= t('.code_postal_notice')
= form.text_field :code_postal,
size: 5,
required: champ.mandatory?,
aria: { describedby: describedby_id(champ) }