demarches-normaliennes/app/views/shared/dossiers/editable_champs/_mesri.html.haml

8 lines
204 B
Text
Raw Normal View History

2021-12-15 15:25:02 +01:00
.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 }