Sha256: 9acdd4cde69cfb477bf635838d312c11e12a5746b68d8ca30156e1fc777c2884
Contents?: true
Size: 671 Bytes
Versions: 102
Compression:
Stored size: 671 Bytes
Contents
<tr id="<%= spree_dom_id(f.object) %>" data-hook="admin_order_form_line_item_row" class="<%= cycle('odd', 'even')%>"> <td><%=f.object.variant.product.name%> <%= "(#{f.object.variant.options_text})" unless f.object.variant.option_values.empty? %></td> <td class="price align-center"><%= f.object.single_money %></td> <td class="qty"><%= f.number_field :quantity, :min => 0, :class => "qty" %></td> <td class="total align-center"><%= f.object.display_amount %></td> <td data-hook="admin_order_form_line_item_actions" class="actions"> <%= link_to_delete f.object, {:url => admin_order_line_item_url(@order.number, f.object), :no_text => true} %> </td> </tr>
Version data entries
102 entries across 102 versions & 3 rubygems