From aea151a0ded4f7cc3a16901727931aff78a8b050 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Tue, 18 Oct 2016 16:39:21 +0200 Subject: Fix #97 - plain text version of devise e-mails --- app/views/auth/mailer/confirmation_instructions.text.erb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/views/auth/mailer/confirmation_instructions.text.erb (limited to 'app/views/auth/mailer/confirmation_instructions.text.erb') diff --git a/app/views/auth/mailer/confirmation_instructions.text.erb b/app/views/auth/mailer/confirmation_instructions.text.erb new file mode 100644 index 000000000..bb21cf8e2 --- /dev/null +++ b/app/views/auth/mailer/confirmation_instructions.text.erb @@ -0,0 +1,5 @@ +Welcome <%= @resource.email %>! + +You can confirm your Mastodon account email through the link below: + +<%= confirmation_url(@resource, confirmation_token: @token) %> -- cgit