summaryrefslogtreecommitdiff
path: root/app/views/devise/mailer/_confirmation_instructions_secondary.text.erb
blob: 32e88047a9c922c8a1df17e135ce1b3cfdf5d6e5 (plain)
1
2
3
4
5
6
7
<%= _("%{name}, confirm your email address now!") % { name: @resource.user.name } %>

<%= _("Use the link below to confirm your email address (%{email})") % { email: @resource.email } %>

<%= confirmation_url(@resource, confirmation_token: @token) %>

<%= _("If this email was added in error, you can remove it here: %{profile_emails_url}") % { profile_emails_url: profile_emails_url } %>