Sha256: 7120a57be21de09daf074049f20eadaf96a126367f66e11e1afda9674b38ba10

Contents?: true

Size: 443 Bytes

Versions: 2

Compression:

Stored size: 443 Bytes

Contents

<table class="cart-summary" width="100% ">
  <thead>
    <tr>      
      <th colspan="2"><%= t("item") %></th>
      <th><%= t("price") %></th>
      <th><%= t("qty") %></th>
      <th><%= t("total") %></th>
    </tr>
  </thead>
  <tbody id="line_items">
		<%= f.render_associated_form(@order.line_items) %>
		<tr id="none">
		  <td colspan="5"><%= @order.line_items.empty? ? t("your_cart_is_empty.") : "" %></td>
		</tr>
	</tbody>

</table>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree-0.7.0 app/views/orders/_form.html.erb
spree-0.7.1 app/views/orders/_form.html.erb