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