2022-08-12 10:45:04 +02:00
|
|
|
.mesri-inputs
|
|
|
|
%div
|
2023-02-27 15:33:25 +01:00
|
|
|
= @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,
|
2022-10-17 10:05:59 +02:00
|
|
|
required: @champ.required?,
|
2022-08-12 10:45:04 +02:00
|
|
|
aria: { describedby: @champ.describedby_id },
|
2023-02-27 15:33:25 +01:00
|
|
|
class: "width-33-desktop", id: @champ.input_id
|
2022-08-12 10:45:04 +02:00
|
|
|
|