Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_confirmation_instructions_secondary.html.haml « mailer « devise « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 97fdf0249da4d44a3aae83ed8a1d74f2eb9b4ff2 (plain)
1
2
3
4
5
6
7
8
#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 }
  #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