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

almost_there.haml « confirmations « devise « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 684af933f3aa63df9337d89e3e48ffe8e0f95744 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.well-confirmation.gl-text-center.gl-mb-6
  %h1.gl-mt-0
    = _("Almost there...")
  %p.lead.gl-mb-6
    = _("Please check your email to confirm your account")
  %hr
- if Gitlab::CurrentSettings.after_sign_up_text.present?
  .well-confirmation.gl-text-center
    = markdown_field(Gitlab::CurrentSettings, :after_sign_up_text)
%p.text-center
  = _("No confirmation email received? Please check your spam folder or")
.gl-mb-6.prepend-top-20.gl-text-center
  %a.btn.gl-button.btn-confirm{ href: new_user_confirmation_path }
    = _("Request new confirmation email")