Sha256: 29969598b5208b8eebbbde6daeb58f6f7b6be3114d6b8e2a4e47a35016975117
Contents?: true
Size: 720 Bytes
Versions: 2
Compression:
Stored size: 720 Bytes
Contents
<% variant = line_item.variant %> <tr class="<%= cycle('even', 'odd') %>"> <td width="100"> <%= small_image(line_item.variant.product) %> </td> <td valign="top"> <%= link_to variant.product.name, product_path(variant.product) %> <%= variant_options variant %><br/> <%= truncate(variant.product.description, :length => 100, :omission => "...") %> </td> <td valign="top" width="75"> <%= product_price(line_item) %> </td> <td valign="top" width="50"> <%= f.text_field :quantity, :size => 3 %> </td> <td valign="top" width="75"> <%= format_price(product_price(line_item, :format_as_currency => false) * line_item.quantity) unless line_item.quantity.nil? %> </td> </tr>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree-0.7.1 | app/views/orders/_line_item.html.erb |
spree-0.7.0 | app/views/orders/_line_item.html.erb |