7 lines
204 B
Text
7 lines
204 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 }
|