0
0
Fork 0

i18n for devise mailer too

This commit is contained in:
Eugen Rochko 2016-11-16 18:25:21 +01:00
parent 2c766bd4b4
commit 116ab27e08
9 changed files with 36 additions and 4 deletions

View file

@ -1,5 +0,0 @@
<p>Welcome <%= @resource.email %>!</p>
<p>You can confirm your Mastodon account email through the link below:</p>
<p><%= link_to 'Confirm my account', confirmation_url(@resource, confirmation_token: @token) %></p>

View file

@ -1,5 +0,0 @@
Welcome <%= @resource.email %>!
You can confirm your Mastodon account email through the link below:
<%= confirmation_url(@resource, confirmation_token: @token) %>

View file

@ -1,3 +0,0 @@
<p>Hello <%= @resource.email %>!</p>
<p>We're contacting you to notify you that your password on Mastodon has been changed.</p>

View file

@ -1,3 +0,0 @@
Hello <%= @resource.email %>!
We're contacting you to notify you that your password on Mastodon has been changed.

View file

@ -1,8 +0,0 @@
<p>Hello <%= @resource.email %>!</p>
<p>Someone has requested a link to change your password on Mastodon. You can do this through the link below.</p>
<p><%= link_to 'Change my password', edit_password_url(@resource, reset_password_token: @token) %></p>
<p>If you didn't request this, please ignore this email.</p>
<p>Your password won't change until you access the link above and create a new one.</p>

View file

@ -1,8 +0,0 @@
Hello <%= @resource.email %>!
Someone has requested a link to change your password on Mastodon. You can do this through the link below.
<%= edit_password_url(@resource, reset_password_token: @token) %>
If you didn't request this, please ignore this email.
Your password won't change until you access the link above and create a new one.