debian-mirror-gitlab/app/views/devise/mailer/_confirmation_instructions_secondary.html.haml
2020-08-09 17:44:08 +05:30

9 lines
403 B
Plaintext

#content
= email_default_heading("#{sanitize_name(@resource.user.name)}, confirm your email address now!")
%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