Sha256: 8408f32e88e86db6046bdea8da9535a15509cb9669a2fecef740c8c046c9ef67

Contents?: true

Size: 556 Bytes

Versions: 28

Compression:

Stored size: 556 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>
      <legend><%= t('create_product_group_from_products') %></legend>
      <label><%= t('name') %></label>
      <%= text_field_tag "product_group[name]",  'New group' %>
      <input type="submit" value="<%= t('create') %>">
    </fieldset>
  <% end %>
<% end %>

Version data entries

28 entries across 28 versions & 6 rubygems

Version Path
apispree_core-0.0.0 app/views/admin/shared/_group_from_products_form.html.erb
My-Commerce_core-1.1.0 app/views/admin/shared/_group_from_products_form.html.erb
My-Commerce_core-1.0.0 app/views/admin/shared/_group_from_products_form.html.erb
MyCommerceapi-1.0.0 core/app/views/admin/shared/_group_from_products_form.html.erb
MyCommerce-0.0.3 core/app/views/admin/shared/_group_from_products_form.html.erb
rfcommerce_core-0.0.3 app/views/admin/shared/_group_from_products_form.html.erb
spree_core-0.60.6 app/views/admin/shared/_group_from_products_form.html.erb
spree_core-0.60.5 app/views/admin/shared/_group_from_products_form.html.erb
spree_core-0.30.2 app/views/admin/shared/_group_from_products_form.html.erb
spree_core-0.40.4 app/views/admin/shared/_group_from_products_form.html.erb
spree_core-0.50.4 app/views/admin/shared/_group_from_products_form.html.erb
spree_core-0.60.4 app/views/admin/shared/_group_from_products_form.html.erb
spree_core-0.50.3 app/views/admin/shared/_group_from_products_form.html.erb
spree_core-0.60.3 app/views/admin/shared/_group_from_products_form.html.erb
spree_core-0.60.2 app/views/admin/shared/_group_from_products_form.html.erb
spree_core-0.60.1 app/views/admin/shared/_group_from_products_form.html.erb
spree_core-0.60.0 app/views/admin/shared/_group_from_products_form.html.erb
spree_core-0.60.0.RC1 app/views/admin/shared/_group_from_products_form.html.erb
spree_core-0.50.2 app/views/admin/shared/_group_from_products_form.html.erb
spree_core-0.50.1 app/views/admin/shared/_group_from_products_form.html.erb