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

2 lines
167 B
Text
Raw Normal View History

2023-05-05 09:13:05 +02:00
= @form.email_field(:value, input_opts(id: @champ.input_id, aria: { describedby: @champ.describedby_id }, placeholder: t(".placeholder"), required: @champ.required?))