summaryrefslogtreecommitdiff
path: root/app/views/devise/mailer/confirmation_instructions.html.erb
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-03-22 20:28:05 -0400
committerRobert Speicher <rspeicher@gmail.com>2016-05-25 16:56:06 -0400
commit66ae3897e2a170133f389f1713129e5b49d88ecc (patch)
treed42a3c188fb4c001d6242b8c60acd6a4b51c139a /app/views/devise/mailer/confirmation_instructions.html.erb
parent2682c5884777f1bfd5cb0b5c85b1f3c188906460 (diff)
downloadgitlab-ce-66ae3897e2a170133f389f1713129e5b49d88ecc.tar.gz
Make the standard Devise confirmation email our new plaintext version
Diffstat (limited to 'app/views/devise/mailer/confirmation_instructions.html.erb')
-rw-r--r--app/views/devise/mailer/confirmation_instructions.html.erb9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/views/devise/mailer/confirmation_instructions.html.erb b/app/views/devise/mailer/confirmation_instructions.html.erb
deleted file mode 100644
index c6fa8f0ee36..00000000000
--- a/app/views/devise/mailer/confirmation_instructions.html.erb
+++ /dev/null
@@ -1,9 +0,0 @@
-<p>Welcome <%= @resource.name %>!</p>
-
-<% if @resource.unconfirmed_email.present? %>
- <p>You can confirm your email (<%= @resource.unconfirmed_email %>) through the link below:</p>
-<% else %>
- <p>You can confirm your account through the link below:</p>
-<% end %>
-
-<p><%= link_to 'Confirm your account', confirmation_url(@resource, confirmation_token: @token) %></p>