From 87f1e63e1bc0da6dc541bc7b5ea1e6dd835180cb Mon Sep 17 00:00:00 2001 From: clemkeirua Date: Mon, 25 May 2020 10:01:59 +0200 Subject: [PATCH] =?UTF-8?q?ajout=20de=20precisions=20pour=20les=20emails?= =?UTF-8?q?=20non=20re=C3=A7us?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/users/confirmations/new.html.haml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/views/users/confirmations/new.html.haml b/app/views/users/confirmations/new.html.haml index 83c389e61..a6b2f8734 100644 --- a/app/views/users/confirmations/new.html.haml +++ b/app/views/users/confirmations/new.html.haml @@ -23,9 +23,14 @@ %hr.confirmation-separator .confirmation-resend - %p Si vous n’avez pas reçu notre message, nous pouvons vous le renvoyer. + %p Si vous n’avez pas reçu notre message (avez-vous vérifié les indésirables ?), nous pouvons vous le renvoyer. = form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { class: 'form' }) do |f| = f.label :email, 'Email' = f.email_field :email, placeholder: 'Email', class: 'small', autofocus: true = f.submit 'Renvoyer un email de confirmation', class: 'button' + + %p + Vous pouvez également consulter notre + = link_to('FAQ', "https://faq.demarches-simplifiees.fr/article/79-je-ne-recois-pas-demail", target: '_blank', rel: 'noopener') + \.