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

Version Path
nimbleshop_core-0.0.23 app/views/admin/orders/_line_item.html.erb
nimbleshop_core-0.0.21 app/views/admin/orders/_line_item.html.erb
nimbleshop_core-0.0.20 app/views/admin/orders/_line_item.html.erb
nimbleshop_core-0.0.19 app/views/admin/orders/_line_item.html.erb
nimbleshop_core-0.0.17 app/views/admin/orders/_line_item.html.erb
nimbleshop_core-0.0.16 app/views/admin/orders/_line_item.html.erb
nimbleshop_core-0.0.15 app/views/admin/orders/_line_item.html.erb
nimbleshop_core-0.0.14 app/views/admin/orders/_line_item.html.erb
nimbleshop_core-0.0.14.rc2 app/views/admin/orders/_line_item.html.erb
nimbleshop_core-0.0.14.rc1 app/views/admin/orders/_line_item.html.erb
nimbleshop_core-0.0.13 app/views/admin/orders/_line_item.html.erb
nimbleshop_core-0.0.12 app/views/admin/orders/_line_item.html.erb
nimbleshop_core-0.0.11 app/views/admin/orders/_line_item.html.erb
nimbleshop_core-0.0.10 app/views/admin/orders/_line_item.html.erb
nimbleshop_core-0.0.9 app/views/admin/orders/_line_item.html.erb
nimbleshop_core-0.0.8 app/views/admin/orders/_line_item.html.erb
nimbleshop_core-0.0.7 app/views/admin/orders/_line_item.html.erb
nimbleshop_core-0.0.5 app/views/admin/orders/_line_item.html.erb
nimbleshop_core-0.0.4.beta1 app/views/admin/orders/_line_item.html.erb
nimbleshop_core-0.0.4 app/views/admin/orders/_line_item.html.erb