Sha256: 998c4730ce1a4e9e5ac7a4a44d0bdfb0f2e7d039e46e880abc48511c35f411a6

Contents?: true

Size: 713 Bytes

Versions: 13

Compression:

Stored size: 713 Bytes

Contents

.banners.promo.dark.darkblue
  .container
    .row
      %h2= t('mno_enterprise.provision.select_organization.title')
.banners.promo
  .container
    .row
      .col-md-6.col-md-offset-3
        .align-center
          %h3= t('mno_enterprise.provision.select_organization.explanation')
          %p= t('mno_enterprise.provision.select_organization.select')
          = 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 t('mno_enterprise.provision.select_organization.submit'), class: 'btn'
        .spacer4

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
mno-enterprise-api-3.1.4 app/views/mno_enterprise/provision/_select_organization.html.haml
mno-enterprise-api-3.0.7 app/views/mno_enterprise/provision/_select_organization.html.haml
mno-enterprise-api-3.1.3 app/views/mno_enterprise/provision/_select_organization.html.haml
mno-enterprise-api-3.0.6 app/views/mno_enterprise/provision/_select_organization.html.haml
mno-enterprise-api-3.1.2 app/views/mno_enterprise/provision/_select_organization.html.haml
mno-enterprise-api-3.0.5 app/views/mno_enterprise/provision/_select_organization.html.haml
mno-enterprise-api-3.1.1 app/views/mno_enterprise/provision/_select_organization.html.haml
mno-enterprise-api-3.0.4 app/views/mno_enterprise/provision/_select_organization.html.haml
mno-enterprise-api-3.1.0 app/views/mno_enterprise/provision/_select_organization.html.haml
mno-enterprise-api-3.0.3 app/views/mno_enterprise/provision/_select_organization.html.haml
mno-enterprise-api-3.0.2 app/views/mno_enterprise/provision/_select_organization.html.haml
mno-enterprise-api-3.0.1 app/views/mno_enterprise/provision/_select_organization.html.haml
mno-enterprise-api-3.0.0 app/views/mno_enterprise/provision/_select_organization.html.haml