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

2 lines
159 B
Text
Raw Normal View History

2024-10-22 16:53:07 +02:00
= @form.email_field(:value, input_opts(id: @champ.input_id, aria: { describedby: "#{@champ.describedby_id} #{@champ.error_id}" }, required: @champ.required?))