%= paginate variants, theme: "solidus_admin" %>
<%= t('spree.options') %> | <%= Spree::Variant.human_attribute_name(:price) %> | <%= Spree::Variant.human_attribute_name(:sku) %> | ||
---|---|---|---|---|
<% if can? :update_positions, Spree::Variant %> <% end %> | <%= variant.options_text %> | <%= variant.display_price.to_html %> | <%= variant.sku %> | <% if can?(:update, variant) %> <%= link_to_edit(variant, no_text: true) unless variant.deleted? %> <% end %> <% if can?(:destroy, variant) %> <%= link_to_delete(variant, no_text: true) unless variant.deleted? %> <% end %> |