Sha256: cded700a9890046cf73219af21c37172292738bd25ffb146034a02ded869dfdc

Contents?: true

Size: 573 Bytes

Versions: 8

Compression:

Stored size: 573 Bytes

Contents

<%= render 'shared/error_messages', :target => @order %>
<table id="cart-detail" data-hook>
  <thead>
    <tr data-hook="cart_items_headers">
      <th colspan="2"><%= t(:item) %></th>
      <th><%= t(:price) %></th>
      <th><%= t(:qty) %></th>
      <th><%= t(:total) %></th>
      <th></th>
    </tr>
  </thead>
  <tbody id="line_items" data-hook>
    <%= order_form.fields_for :line_items do |item_form| %>
      <%= render 'line_item', :variant => item_form.object.variant, :line_item => item_form.object, :item_form => item_form %>
    <% end %>
  </tbody>
</table>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
spree_core-0.70.7 app/views/orders/_form.html.erb
spree_core-0.70.6 app/views/orders/_form.html.erb
spree_core-0.70.5 app/views/orders/_form.html.erb
spree_core-0.70.4 app/views/orders/_form.html.erb
spree_core-0.70.3 app/views/orders/_form.html.erb
spree_core-0.70.2 app/views/orders/_form.html.erb
spree_core-0.70.1 app/views/orders/_form.html.erb
spree_core-0.70.0 app/views/orders/_form.html.erb