Sha256: e83d9162ca42111cb1c299ae6dd2df7864b5d93116e35bc82f0b7989e3eeb931

Contents?: true

Size: 510 Bytes

Versions: 2

Compression:

Stored size: 510 Bytes

Contents

.registration
  .container
    .row
      - if params[:session_timeout].present?
        .alert.alert-warning.text-center
          = t('mno_enterprise.auth.sessions.new.timeout')
      .login-box-wrapper
        .login-box-title
          %h2= t('mno_enterprise.auth.sessions.new.title')
        .login-box
          .brand-logo
          = render "mno_enterprise/auth/sessions/form"
          = render "mno_enterprise/auth/shared/omniauth"
          %hr
          = render "mno_enterprise/auth/shared/links"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mno-enterprise-api-3.4.0 app/views/mno_enterprise/auth/sessions/new.html.haml
mno-enterprise-api-3.3.3 app/views/mno_enterprise/auth/sessions/new.html.haml