<%= paginate variants, theme: "solidus_admin" %> <% variants.each do |variant| %> "> <% end %> <% if variants.empty? %> <% end %>
<%= Spree.t(: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 %>
<%= Spree.t(:none) %>
<%= paginate variants, theme: "solidus_admin" %>