Sha256: 9f7de8344e5895b2b41883fe6dc458e10cf286f9c5ccb02db39fe1d23357bddb

Contents?: true

Size: 542 Bytes

Versions: 5

Compression:

Stored size: 542 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(main_logo_white_bg_path)

        .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

5 entries across 5 versions & 1 rubygems

Version Path
mno-enterprise-api-3.4.0 app/views/mno_enterprise/webhook/o_auth/authorize.html.haml
mno-enterprise-api-3.3.3 app/views/mno_enterprise/webhook/o_auth/authorize.html.haml
mno-enterprise-api-3.3.2 app/views/mno_enterprise/webhook/o_auth/authorize.html.haml
mno-enterprise-api-3.3.1 app/views/mno_enterprise/webhook/o_auth/authorize.html.haml
mno-enterprise-api-3.3.0 app/views/mno_enterprise/webhook/o_auth/authorize.html.haml