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: 3d0a1f622a53e62fdb998ad292098e2cd919f2b0 (plain)
1
2
3
4
5
6
7
8
#content
  = email_default_heading("#{@resource.user.name}, you've added an additional email!")
  %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