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