Sha256: c4ec2736c65f6b19ab79141794967806a9fdf86c85bd034e0494217147eb5157

Contents?: true

Size: 444 Bytes

Versions: 28

Compression:

Stored size: 444 Bytes

Contents

<%= render 'admin/shared/product_sub_menu' %>
<%= form_for(:product_group,  :url => collection_url, :html => { :id => 'product-group-form', :multipart => true }) do |f| %>
  <fieldset>
    <legend><%= t(:product_group) %></legend>
    <%= f.field_container :name do %>
      <%= f.label :name, t("name") %>
      <%= f.text_field :name %>
      <%= f.error_message_on :name %>
    <% end %>
  </fieldset>
  <%=  button t("create") %>
<% end %>

Version data entries

28 entries across 28 versions & 6 rubygems

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