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

email_verification.haml « sessions « devise « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 085204fb6bfbb829e91df90a7675a223077d628d (plain)
1
2
3
4
5
6
7
8
%div
  = render 'devise/shared/tab_single', tab_title: s_('IdentityVerification|Help us protect your account')
  .login-box.gl-p-5
    .login-body
      .js-email-verification{ data: verification_data(resource) }
  %p.gl-p-5.gl-text-secondary
    - support_link_start = '<a href="https://about.gitlab.com/support/" target="_blank" rel="noopener noreferrer">'.html_safe
    = s_("IdentityVerification|If you've lost access to the email associated to this account or having trouble with the code, %{link_start}here are some other steps you can take.%{link_end}").html_safe % { link_start: support_link_start, link_end: '</a>'.html_safe }