% content_for :page_actions do %>
<%= Spree.t(:length) %> | <%= Spree.t(:width) %> | <%= Spree.t(:height) %> | <%= Spree.t(:weight) %> | |
---|---|---|---|---|
<%= package.length %> | <%= package.width %> | <%= package.height %> | <%= package.weight %> | <%= link_to_with_icon 'icon-edit', Spree.t(:edit), edit_admin_product_product_package_url(@product, package), :class => "edit", :no_text => true, :data => {:action => 'edit'} %> <%= link_to_delete package, { :url => admin_product_product_package_url(@product, package), :no_text => true }%> |