demarches-normaliennes/app/components/editable_champ/mesri_component/mesri_component.html.haml
2024-12-19 09:31:44 +01:00

8 lines
307 B
Text

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