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

2 lines
135 B
Text
Raw Normal View History

2023-09-25 16:25:08 +02:00
= @form.email_field(:value, input_opts(id: @champ.input_id, aria: { describedby: @champ.describedby_id }, required: @champ.required?))