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

9 lines
242 B
Text

.mesri-inputs
%div
= @form.label :ine, t('.ine_label')
%p.notice= t('.ine_notice')
= @form.text_field :ine,
required: @champ.mandatory?,
aria: { describedby: @champ.describedby_id },
class: "width-33-desktop"