Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- <% 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>
|