Skip to content

Commit

Permalink
Update email template
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoolas25 committed May 31, 2021
1 parent e26e6bf commit cbeb1bf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<% token = @user.signed_id(purpose: "users.destroy", expires_in: 7.days) %>
<mj-section padding-top="15px" padding-bottom="15px">
<mj-column>
<mj-text padding-bottom="0px">
<h1>Avez-vous toujours besoin d'une dose de vaccin ?</h1>
<br />
<strong>Si vous ne souhaitez plus être informé de doses disponibles,</strong>,
laissez votre place à quelqu'un d'autre en supprimant votre compte :
</mj-text>
<mj-button href="<%= confirm_destroy_profile_url(authentication_token: token) %>" padding-bottom="0px">
Supprimer mon compte
</mj-button>
<mj-text>
<strong>Si le lien ne fonctionne pas</strong>, copiez et collez l’adresse suivante dans votre navigateur :
<br />
<%= confirm_destroy_profile_url(authentication_token: token) %>
</mj-text>
<%= render partial: "mailer/social_networks", formats: [:html] %>
</mj-column>
</mj-section>

0 comments on commit cbeb1bf

Please sign in to comment.