Sha256: 07cf1fac4126473c32889bdcc192def37266e90996c8a2b72d6cfeff41232e83
Contents?: true
Size: 798 Bytes
Versions: 6
Compression:
Stored size: 798 Bytes
Contents
<%= render :partial => 'spree/shared/error_messages', :locals => { :target => @order } %> <table id="cart-detail" data-hook> <thead> <tr data-hook="cart_items_headers"> <th class="cart-item-description-header" colspan="2"><%= t(:item) %></th> <th class="cart-item-price-header"><%= t(:price) %></th> <th class="cart-item-quantity-header"><%= t(:qty) %></th> <th class="cart-item-total-header"><%= t(:total) %></th> <th class="cart-item-delete-header"></th> </tr> </thead> <tbody id="line_items" data-hook> <%= order_form.fields_for :line_items do |item_form| %> <%= render :partial => 'line_item', :locals => { :variant => item_form.object.variant, :line_item => item_form.object, :item_form => item_form } %> <% end %> </tbody> </table>
Version data entries
6 entries across 6 versions & 1 rubygems