Sha256: df172cef866417d2f3412a0a09d766ca926dc38f2517c229735b40ed048f631b

Contents?: true

Size: 250 Bytes

Versions: 14

Compression:

Stored size: 250 Bytes

Contents

<% if cart_item == @current_item %>
  <tr id="current_item">
<% else %>
  <tr>
<% end %>
  <td><%= cart_item.quantity %> &times; </td>
  <td><%= h(cart_item.name) %></td>
  <td class="item-price"><%= number_to_currency(cart_item.price) %></td>
</tr>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
refinerycms-stores-0.0.14 app/views/refinery/stores/stores/_cart_item.html.erb
refinerycms-stores-0.0.13 app/views/refinery/stores/stores/_cart_item.html.erb
refinerycms-stores-0.0.12 app/views/refinery/stores/stores/_cart_item.html.erb
refinerycms-stores-0.0.11 app/views/refinery/stores/stores/_cart_item.html.erb
refinerycms-stores-0.0.10 app/views/refinery/stores/stores/_cart_item.html.erb
refinerycms-stores-0.0.9 app/views/refinery/stores/stores/_cart_item.html.erb
refinerycms-stores-0.0.8 app/views/refinery/stores/stores/_cart_item.html.erb
refinerycms-stores-0.0.7 app/views/refinery/stores/stores/_cart_item.html.erb
refinerycms-stores-0.0.6 app/views/refinery/stores/stores/_cart_item.html.erb
refinerycms-stores-0.0.5 app/views/refinery/stores/stores/_cart_item.html.erb
refinerycms-stores-0.0.4 app/views/refinery/stores/stores/_cart_item.html.erb
refinerycms-stores-0.0.3 app/views/refinery/stores/stores/_cart_item.html.erb
refinerycms-stores-0.0.2 app/views/refinery/stores/stores/_cart_item.html.erb
refinerycms-stores-0.0.1 app/views/refinery/stores/stores/_cart_item.html.erb