Sha256: 569f0da4ca586a5622245e2acf2b736e3638ef8cf253b9f248ebb1944990749a

Contents?: true

Size: 848 Bytes

Versions: 2

Compression:

Stored size: 848 Bytes

Contents

.oauth-config-page
  .banners
    .spacer1
    .container
      .row
        .col-md-6.text-center.col-md-offset-3
          = image_tag 'mno_enterprise/main-logo.png', class: 'top-picture'
          .spacer2
          %h3= t('.which_version_used')

          .spacer1

          %hr

          - # form with options
          .align-center
            = form_tag authorize_webhook_oauth_path, method: :get do
              = hidden_field_tag :perform, true

              .spacer1

              .form-group
                %p= t('.my_version_is')
                = select_tag :version, options_for_select([["Account Right (Desktop)","account_right"],["Essentials (Cloud)","essentials"]], "essentials")

              %hr

              .form-group
              %button{ class: 'btn btn-warning', type: 'submit' }
                = t('.connect')

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mno-enterprise-api-3.0.1 app/views/mno_enterprise/webhook/o_auth/providers/myob.html.haml
mno-enterprise-api-3.0.0 app/views/mno_enterprise/webhook/o_auth/providers/myob.html.haml