Sha256: e139a06d3935677f50cc939e15affe5539058a32da5ef6ac5cfc8cfbf34186d6

Contents?: true

Size: 562 Bytes

Versions: 15

Compression:

Stored size: 562 Bytes

Contents

.banners
  .spacer5.hidden-xs.hidden-sm
  .container
    .row
      .col-md-6.text-center.col-md-offset-3
        %h3= t('.you_are_redirected')
        = image_tag('mno_enterprise/maestrano/logo-whitebg.png')

        .spacer1

        %hr
        = image_tag('mno_enterprise/loader-32x32-bg-inverse.gif')
        %hr


- # Defer redirection to Maestrano Enterprise for the oauth handshake
:javascript
  function defer(method) {
    setTimeout(method, 3000);
  }

  function doRedirect() {
    window.location.href = "#{@redirect_to}";
  }

  defer(doRedirect);

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
mno-enterprise-api-3.2.1 app/views/mno_enterprise/webhook/o_auth/authorize.html.haml
mno-enterprise-api-3.2.0 app/views/mno_enterprise/webhook/o_auth/authorize.html.haml
mno-enterprise-api-3.1.4 app/views/mno_enterprise/webhook/o_auth/authorize.html.haml
mno-enterprise-api-3.0.7 app/views/mno_enterprise/webhook/o_auth/authorize.html.haml
mno-enterprise-api-3.1.3 app/views/mno_enterprise/webhook/o_auth/authorize.html.haml
mno-enterprise-api-3.0.6 app/views/mno_enterprise/webhook/o_auth/authorize.html.haml
mno-enterprise-api-3.1.2 app/views/mno_enterprise/webhook/o_auth/authorize.html.haml
mno-enterprise-api-3.0.5 app/views/mno_enterprise/webhook/o_auth/authorize.html.haml
mno-enterprise-api-3.1.1 app/views/mno_enterprise/webhook/o_auth/authorize.html.haml
mno-enterprise-api-3.0.4 app/views/mno_enterprise/webhook/o_auth/authorize.html.haml
mno-enterprise-api-3.1.0 app/views/mno_enterprise/webhook/o_auth/authorize.html.haml
mno-enterprise-api-3.0.3 app/views/mno_enterprise/webhook/o_auth/authorize.html.haml
mno-enterprise-api-3.0.2 app/views/mno_enterprise/webhook/o_auth/authorize.html.haml
mno-enterprise-api-3.0.1 app/views/mno_enterprise/webhook/o_auth/authorize.html.haml
mno-enterprise-api-3.0.0 app/views/mno_enterprise/webhook/o_auth/authorize.html.haml