Sha256: aa976ade50442a463d84bbe07e11795d281b4b2c0ef39819e07c98da9264b328

Contents?: true

Size: 560 Bytes

Versions: 19

Compression:

Stored size: 560 Bytes

Contents

<% if products.any? %>
  <% form_tag admin_product_groups_path do %>
    <%= hidden_field_tag 'product_group[product_scopes_attributes][][name]', 'with_ids' %>
    <%= hidden_field_tag 'product_group[product_scopes_attributes][][arguments][]', products.map(&:id).join(',') %>
    <fieldset data-hook="create_group">
      <legend><%= t(:create_product_group_from_products) %></legend>
      <%= label_tag nil, t(:name) %>
      <%= text_field_tag 'product_group[name]', t(:new_group) %>
      <%= submit_tag t(:create) %>
    </fieldset>
  <% end %>
<% end %>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
spree_core-1.0.7 app/views/spree/admin/shared/_group_from_products_form.html.erb
spree_core-1.0.6 app/views/spree/admin/shared/_group_from_products_form.html.erb
spree_core-0.70.7 app/views/admin/shared/_group_from_products_form.html.erb
spree_core-0.70.6 app/views/admin/shared/_group_from_products_form.html.erb
spree_core-1.0.4 app/views/spree/admin/shared/_group_from_products_form.html.erb
spree_core-1.0.3 app/views/spree/admin/shared/_group_from_products_form.html.erb
spree_core-1.0.2 app/views/spree/admin/shared/_group_from_products_form.html.erb
spree_core-0.70.5 app/views/admin/shared/_group_from_products_form.html.erb
spree_core-1.0.1 app/views/spree/admin/shared/_group_from_products_form.html.erb
spree_core-0.70.4 app/views/admin/shared/_group_from_products_form.html.erb
spree_core-1.0.0 app/views/spree/admin/shared/_group_from_products_form.html.erb
spree_core-1.0.0.rc4 app/views/spree/admin/shared/_group_from_products_form.html.erb
spree_core-1.0.0.rc3 app/views/spree/admin/shared/_group_from_products_form.html.erb
spree_core-1.0.0.rc2 app/views/spree/admin/shared/_group_from_products_form.html.erb
spree_core-1.0.0.rc1 app/views/spree/admin/shared/_group_from_products_form.html.erb
spree_core-0.70.3 app/views/admin/shared/_group_from_products_form.html.erb
spree_core-0.70.2 app/views/admin/shared/_group_from_products_form.html.erb
spree_core-0.70.1 app/views/admin/shared/_group_from_products_form.html.erb
spree_core-0.70.0 app/views/admin/shared/_group_from_products_form.html.erb