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

verification_instructions_email.html.haml « notify « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 63d8d1b2461e03f42865cae8eed761973617d518 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%div{ style: 'text-align:center;color:#1F1F1F;line-height:1.25em;max-width:400px;margin:0 auto;' }
  %h3
    = s_('IdentityVerification|Help us protect your account')
  %p{ style: 'font-size:0.9em' }
    = s_('IdentityVerification|Before you sign in, we need to verify your identity. Enter the following code on the sign-in page.')
  %div{ style: 'margin:26px 0;width:207px;height:53px;background-color:#F0F0F0;line-height:53px;font-weight:700;font-size:1.5em;color:#303030;' }
    = @token
  %p{ style: 'font-size:0.75em' }
    = s_('IdentityVerification|If you have not recently tried to sign into GitLab, we recommend %{password_link_start}changing your password%{link_end} and %{two_fa_link_start}setting up Two-Factor Authentication%{link_end} to keep your account safe. Your verification code expires after %{expires_in_minutes} minutes.').html_safe % { link_end: link_end,
      password_link_start: link_start(@password_link),
      two_fa_link_start: link_start(@two_fa_link),
      expires_in_minutes: @expires_in_minutes }