mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-16 16:16:43 +10:00
5 lines
337 B
Plaintext
5 lines
337 B
Plaintext
= form_tag(user_omniauth_callback_path(provider), id: 'new_ldap_user' ) do
|
|
= text_field_tag :username, nil, {class: "form-control top", placeholder: "LDAP Login", autofocus: "autofocus"}
|
|
= password_field_tag :password, nil, {class: "form-control bottom", placeholder: "Password"}
|
|
= button_tag "LDAP Sign in", class: "btn-save btn"
|