2018-03-17 18:26:18 +05:30
|
|
|
#content
|
2021-06-08 01:23:25 +05:30
|
|
|
= email_default_heading(_("%{name}, confirm your email address now!") % { name: sanitize_name(@resource.user.name) })
|
|
|
|
%p= _('Click the link below to confirm your email address (%{email})') % { email: @resource.email }
|
2018-03-17 18:26:18 +05:30
|
|
|
#cta
|
2021-06-08 01:23:25 +05:30
|
|
|
= link_to _('Confirm your email address'), confirmation_url(@resource, confirmation_token: @token)
|
2018-03-17 18:26:18 +05:30
|
|
|
%p
|
2021-06-08 01:23:25 +05:30
|
|
|
= _('If this email was added in error, you can remove it here:')
|
|
|
|
= link_to _("Emails"), profile_emails_url
|