Sha256: 904cf6d7f27f5a0f5186e9e4580e47cde7830bb9fa499bd10e347bdace493e42
Contents?: true
Size: 680 Bytes
Versions: 5
Compression:
Stored size: 680 Bytes
Contents
<tr id="<%= spree_dom_id(f.object) %>" data-hook="admin_order_form_line_item_row"> <td width="300"> <%=f.object.variant.product.name%> <%= "(#{f.object.variant.options_text}))" unless f.object.variant.option_values.empty? %> </td> <td valign="top" class="price"><%= money(f.object.price) %></td> <td valign="top" class="qty"><%= f.number_field :quantity, :min => 0, :style => "width:30px;", :class => "qty" %></td> <td valign="top" class="total"><%= money(f.object.price * f.object.quantity) %></td> <td data-hook="admin_order_form_line_item_actions"> <%= link_to_delete f.object, {:url => admin_order_line_item_url(@order.number, f.object) } %> </td> </tr>
Version data entries
5 entries across 5 versions & 1 rubygems