You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <% if line_item == @current_item %>
- <tr id="current_item">
- <% else %>
- <tr>
- <% end %>
- <td><%= line_item.quantity %> ×</td>
- <td><%= line_item.product.title %></td>
- <td class="item_price"><%= number_to_currency(line_item.total_price) %></td>
- </tr>
|