-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e26e6bf
commit cbeb1bf
Showing
2 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
20 changes: 0 additions & 20 deletions
20
app/views/user_mailer/send_inactive_user_unsubscription_request.html.erb
This file was deleted.
Oops, something went wrong.
20 changes: 20 additions & 0 deletions
20
app/views/user_mailer/send_inactive_user_unsubscription_request.mjml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |