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 %> × </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