demarches-normaliennes/app/components/editable_champ/email_component/email_component.html.haml
2023-07-26 14:27:50 +02:00

1 line
167 B
Text

= @form.email_field(:value, input_opts(id: @champ.input_id, aria: { describedby: @champ.describedby_id }, placeholder: t(".placeholder"), required: @champ.required?))