summaryrefslogtreecommitdiff
path: root/app/views/devise/sessions/new.html.haml
blob: 5e31d8e818a87b8485f76254a07f875b94ad3730 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%div
  = render 'devise/shared/signin_box'

  - if Gitlab.config.omniauth.enabled && devise_mapping.omniauthable?
    .prepend-top-20
      = render 'devise/shared/oauth_box'

  - if gitlab_config.signup_enabled
    .prepend-top-20
      = render 'devise/shared/signup_box'

.clearfix.prepend-top-20
  %p
    %span.light Did not receive confirmation email?
    = link_to "Send again", new_confirmation_path(resource_name)