Sha256: dee7f4da67405876c6873f06fb53d405782c0137ec7687638e4c1b319cab42fd

Contents?: true

Size: 608 Bytes

Versions: 33

Compression:

Stored size: 608 Bytes

Contents

.banners.promo.dark.darkblue
  .container
    .row
      %h2 Choose an organization
.banners.promo
  .container
    .row
      .col-md-6.col-md-offset-3
        .align-center
          %h3 You belong to multiple organizations
          %p Please select the organization you are making this new order for
          = form_tag(new_provision_path, method: :get) do
            - @apps.each do |app|
              = hidden_field_tag 'apps[]', app
            = select_tag :organization_id, options_for_select(@organizations.map { |o| [o.name, o.id]} )
            = submit_tag 'Go', class: 'btn'
        .spacer4

Version data entries

33 entries across 33 versions & 2 rubygems

Version Path
mno-enterprise-frontend-3.1.4 app/views/mno_enterprise/provision/_select_organization.html.haml
mno-enterprise-frontend-3.0.7 app/views/mno_enterprise/provision/_select_organization.html.haml
mno-enterprise-frontend-2.0.9 app/views/mno_enterprise/provision/_select_organization.html.haml
mno-enterprise-api-2.0.9 app/views/mno_enterprise/provision/_select_organization.html.haml
mno-enterprise-frontend-3.1.3 app/views/mno_enterprise/provision/_select_organization.html.haml
mno-enterprise-frontend-3.0.6 app/views/mno_enterprise/provision/_select_organization.html.haml
mno-enterprise-frontend-2.0.8 app/views/mno_enterprise/provision/_select_organization.html.haml
mno-enterprise-api-2.0.8 app/views/mno_enterprise/provision/_select_organization.html.haml
mno-enterprise-frontend-3.1.2 app/views/mno_enterprise/provision/_select_organization.html.haml
mno-enterprise-frontend-3.0.5 app/views/mno_enterprise/provision/_select_organization.html.haml
mno-enterprise-frontend-2.0.7 app/views/mno_enterprise/provision/_select_organization.html.haml
mno-enterprise-api-2.0.7 app/views/mno_enterprise/provision/_select_organization.html.haml
mno-enterprise-frontend-2.0.6 app/views/mno_enterprise/provision/_select_organization.html.haml
mno-enterprise-api-2.0.6 app/views/mno_enterprise/provision/_select_organization.html.haml
mno-enterprise-frontend-2.0.5 app/views/mno_enterprise/provision/_select_organization.html.haml
mno-enterprise-api-2.0.5 app/views/mno_enterprise/provision/_select_organization.html.haml
mno-enterprise-frontend-3.1.1 app/views/mno_enterprise/provision/_select_organization.html.haml
mno-enterprise-frontend-3.0.4 app/views/mno_enterprise/provision/_select_organization.html.haml
mno-enterprise-api-2.0.4 app/views/mno_enterprise/provision/_select_organization.html.haml
mno-enterprise-frontend-2.0.4 app/views/mno_enterprise/provision/_select_organization.html.haml