2018-10-03 11:11:02 +02:00
- content_for(:title, 'Lien de connexion par email')
- content_for :footer do
= render partial: 'root/footer'
#link-sent.container
2022-08-29 11:56:38 +02:00
= image_tag('user/confirmation-email.svg', "aria-hidden": true)
2018-10-03 11:11:02 +02:00
%h1 Encore une petite étape :)
2021-04-22 12:07:13 +02:00
%section.link-sent-info
%p
Ouvrez votre boite email <strong>#{@email}</strong> puis cliquez sur le lien d’ activation du message <strong>Connexion sécurisée à #{APPLICATION_NAME}</strong>.
%p
2021-04-27 14:51:00 +02:00
= t('views.users.shared.email_can_take_a_while_html')
2018-10-03 11:11:02 +02:00
2021-04-22 12:07:13 +02:00
%section.link-sent-help
%p
2023-01-09 18:16:04 +01:00
Si vous voyez cette page trop souvent, consultez notre aide : #{link_to t("links.common.faq.confirmer_compte_chaque_connexion_url"), **external_link_attributes}
2021-04-22 12:07:13 +02:00
%p
2021-04-22 12:07:35 +02:00
= t('views.users.shared.contact_us_if_any_trouble_html', href: contact_admin_url)