gitlab-org--gitlab-foss/app/views/devise/mailer/_confirmation_instructions_...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
461 B
Plaintext
Raw Normal View History

#content
= 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 }
2017-09-06 12:39:55 -04:00
#cta
= link_to _('Confirm your email address'), confirmation_url(@resource, confirmation_token: @token)
2017-09-06 12:39:55 -04:00
%p
= _('If this email was added in error, you can remove it here:')
= link_to _("Emails"), profile_emails_url