Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_new_ldap.html.haml « sessions « devise « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 812e22373a74b8b3297491ac2937ef0d1eb2d6ed (plain)
1
2
3
4
= form_tag(user_omniauth_callback_path(server['provider_name']), id: 'new_ldap_user' ) do
  = text_field_tag :username, nil, {class: "form-control top", placeholder: "#{server['label']} Login", autofocus: "autofocus"}
  = password_field_tag :password, nil, {class: "form-control bottom", placeholder: "Password"}
  = button_tag "#{server['label']} Sign in", class: "btn-save btn"