Files
gitlabhq/app/views/devise/sessions/_new_ldap.html.haml
T
2014-01-01 20:53:44 +02:00

6 lines
343 B
Plaintext

= form_tag(user_omniauth_callback_path(:ldap), 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"}
%br/
= submit_tag "LDAP Sign in", class: "btn-create btn"