about summary refs log tree commit diff
path: root/app/views/user_mailer/confirmation_instructions.en.html.erb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-11-16 18:25:21 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-11-16 18:25:21 +0100
commit116ab27e081253a572b1ce7a5188b472092bbec4 (patch)
tree649bda20e251b2fe7c466946b84d65344ea7a0d5 /app/views/user_mailer/confirmation_instructions.en.html.erb
parent2c766bd4b4c6dcf8e7c9a6dd9421edca0de57aba (diff)
i18n for devise mailer too
Diffstat (limited to 'app/views/user_mailer/confirmation_instructions.en.html.erb')
-rw-r--r--app/views/user_mailer/confirmation_instructions.en.html.erb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/user_mailer/confirmation_instructions.en.html.erb b/app/views/user_mailer/confirmation_instructions.en.html.erb
new file mode 100644
index 000000000..69e9ff80f
--- /dev/null
+++ b/app/views/user_mailer/confirmation_instructions.en.html.erb
@@ -0,0 +1,5 @@
+<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>