about summary refs log tree commit diff
path: root/app/views/auth/mailer/confirmation_instructions.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/auth/mailer/confirmation_instructions.html.erb')
-rw-r--r--app/views/auth/mailer/confirmation_instructions.html.erb5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/auth/mailer/confirmation_instructions.html.erb b/app/views/auth/mailer/confirmation_instructions.html.erb
deleted file mode 100644
index 69e9ff80f..000000000
--- a/app/views/auth/mailer/confirmation_instructions.html.erb
+++ /dev/null
@@ -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>