Sha256: cfb1651fa96841d8ce8976606bf4564de66e31b2e9c78ac918efee3fc6f00021

Contents?: true

Size: 913 Bytes

Versions: 2

Compression:

Stored size: 913 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 Which version of MYOB do you use?
        
          .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 My version of MYOB 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' } Connect

Version data entries

2 entries across 2 versions & 1 rubygems

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