summaryrefslogtreecommitdiff
path: root/app/views/devise/mailer/_confirmation_instructions_secondary.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/devise/mailer/_confirmation_instructions_secondary.html.haml')
-rw-r--r--app/views/devise/mailer/_confirmation_instructions_secondary.html.haml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/devise/mailer/_confirmation_instructions_secondary.html.haml b/app/views/devise/mailer/_confirmation_instructions_secondary.html.haml
new file mode 100644
index 00000000000..3d0a1f622a5
--- /dev/null
+++ b/app/views/devise/mailer/_confirmation_instructions_secondary.html.haml
@@ -0,0 +1,8 @@
+#content
+ = email_default_heading("#{@resource.user.name}, you've added an additional email!")
+ %p Click the link below to confirm your email address (#{@resource.email})
+ #cta
+ = link_to 'Confirm your email address', confirmation_url(@resource, confirmation_token: @token)
+ %p
+ If this email was added in error, you can remove it here:
+ = link_to "Emails", profile_emails_url