demarches-normaliennes/app/components/editable_champ/mesri_component/mesri_component.html.haml

9 lines
283 B
Text
Raw Normal View History

2022-08-12 10:45:04 +02:00
.mesri-inputs
%div
= @form.label :ine, t('.ine_label'), for: @champ.input_id
2022-08-12 10:45:04 +02:00
%p.notice= t('.ine_notice')
= @form.text_field :ine,
required: @champ.required?,
2022-08-12 10:45:04 +02:00
aria: { describedby: @champ.describedby_id },
class: "width-33-desktop", id: @champ.input_id