demarches-normaliennes/app/components/editable_champ/dgfip_component/dgfip_component.html.haml
2022-09-01 09:48:27 +02:00

16 lines
553 B
Text

.dgfip-inputs
%div
= @form.label :numero_fiscal, t('.numero_fiscal_label')
%p.notice= t('.numero_fiscal_notice')
= @form.text_field :numero_fiscal,
required: @champ.mandatory?,
aria: { describedby: @champ.describedby_id },
class: "width-33-desktop"
%div
= @form.label :reference_avis, t('.reference_avis_label')
%p.notice= t('.reference_avis_notice')
= @form.text_field :reference_avis,
required: @champ.mandatory?,
aria: { describedby: @champ.describedby_id },
class: "width-33-desktop"