mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 14:46:05 +10:00
16 lines
409 B
Plaintext
16 lines
409 B
Plaintext
%div
|
|
= render 'devise/shared/signin_box'
|
|
|
|
- if Gitlab.config.omniauth.enabled && devise_mapping.omniauthable?
|
|
.prepend-top-20
|
|
= render 'devise/shared/oauth_box'
|
|
|
|
- if 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)
|