Sha256: 3ad9b97e18cecdb923d55c02f41c1f857562d2a461a3f2d5c062fdc227030a04
Contents?: true
Size: 332 Bytes
Versions: 30
Compression:
Stored size: 332 Bytes
Contents
<tr> <td class="pic"> <%= image_tag(line_item.picture_small, alt: line_item.product_name) %> </td> <td> <strong><%= line_item.product_name %></strong> </td> <td><%= number_to_currency(line_item.product_price) %></td> <td> <%=line_item.quantity%> </td> <td><%= number_to_currency(line_item.price) %></td> </tr>
Version data entries
30 entries across 30 versions & 1 rubygems