2018-03-17 18:26:18 +05:30
|
|
|
#content
|
2020-07-28 23:09:34 +05:30
|
|
|
= email_default_heading("#{sanitize_name(@resource.user.name)}, confirm your email address now!")
|
2018-03-17 18:26:18 +05:30
|
|
|
%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
|