Sha256: 0ab7adf8c4242aafbfcf9c0f960034b02df2b24e02685c56d6f8148ee2f4c35b

Contents?: true

Size: 609 Bytes

Versions: 10

Compression:

Stored size: 609 Bytes

Contents

.banners
  .spacer5.hidden-xs.hidden-sm
  .container
    .row
      .col-md-6.text-center.col-md-offset-3
        %h3 You are about to be connected via our integration partner
        = 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

10 entries across 10 versions & 1 rubygems

Version Path
mno-enterprise-api-2.0.9 app/views/mno_enterprise/webhook/o_auth/authorize.html.haml
mno-enterprise-api-2.0.8 app/views/mno_enterprise/webhook/o_auth/authorize.html.haml
mno-enterprise-api-2.0.7 app/views/mno_enterprise/webhook/o_auth/authorize.html.haml
mno-enterprise-api-2.0.6 app/views/mno_enterprise/webhook/o_auth/authorize.html.haml
mno-enterprise-api-2.0.5 app/views/mno_enterprise/webhook/o_auth/authorize.html.haml
mno-enterprise-api-2.0.4 app/views/mno_enterprise/webhook/o_auth/authorize.html.haml
mno-enterprise-api-2.0.3 app/views/mno_enterprise/webhook/o_auth/authorize.html.haml
mno-enterprise-api-2.0.2 app/views/mno_enterprise/webhook/o_auth/authorize.html.haml
mno-enterprise-api-2.0.1 app/views/mno_enterprise/webhook/o_auth/authorize.html.haml
mno-enterprise-api-2.0.0 app/views/mno_enterprise/webhook/o_auth/authorize.html.haml