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: bf321bb690bed3524acc43601ff6ffacfc12ec6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.well-confirmation.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.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.text-center
  %a.btn.btn-lg.btn-success{ href: new_user_confirmation_path }
    Request new confirmation email