% content_for :page_title do %> <%= Spree.t(:listing_products) %> <% end %> <% content_for :page_actions do %>
<%= Spree.t(:sku) %> | <%= sort_link @search,:name, Spree.t(:name), { :default_order => "desc" }, {:title => 'admin_products_listing_name_title'} %> | <%= sort_link @search,:master_default_price_amount, Spree.t(:master_price), {}, {:title => 'admin_products_listing_price_title'} %> | ||
---|---|---|---|---|
<%= product.sku rescue '' %> | <%= mini_image(product) %> | <%= link_to product.try(:name), edit_admin_product_path(product) %> | <%= product.display_price.to_html rescue '' %> | <%= link_to_edit product, :no_text => true, :class => 'edit' unless product.deleted? %> <%= link_to_clone product, :no_text => true, :class => 'clone' %> <%= link_to_delete product, :no_text => true unless product.deleted? %> |