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