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

_signin_box.html.haml « sessions « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1d19915d3c5f4a42f7c0d40f72d5d39c14656db2 (plain)
1
2
3
4
5
6
7
8
9
10
11
- if any_form_based_providers_enabled?

  - if password_authentication_enabled_for_web?
    .login-box.tab-pane{ id: 'login-pane', role: 'tabpanel' }
      .login-body
        = render 'admin/sessions/new_base'

- elsif password_authentication_enabled_for_web?
  .login-box.tab-pane.active{ id: 'login-pane', role: 'tabpanel' }
    .login-body
      = render 'admin/sessions/new_base'