gitlab-org--gitlab-foss/app/views/devise/mailer/_confirmation_instructions_secondary.html.haml

9 lines
403 B
Text
Raw Normal View History

#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})
2017-09-06 12:39:55 -04:00
#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