% content_for :head do %> <%= calendar_date_select_includes %> <% end %> <% render :partial => 'admin/shared/product_sub_menu' %>
<%= t("sku") %> | <%= order_by_link :name, :text => t("name") %> | <%= order_by_link :master_price, :text => t("master_price") %> | |
---|---|---|---|
<%= product.sku %> | <%= product.name %> | <%= product.master_price %> | <%= link_to_edit product if product.deleted_at.nil? %> <%= link_to_delete product if product.deleted_at.nil? %> |
<%= products.text_field :name_contains, :size => 15 %>
<%= variants.text_field :sku_contains, :size => 15 %>
<%= products.check_box :deleted_at_is_not_null, {}, "1", "" %>