Sha256: 39b10f1bafe04b9ff52e6a771c59697304cf8bdb7151bdde55c4ee6406dd6b5c
Contents?: true
Size: 659 Bytes
Versions: 132
Compression:
Stored size: 659 Bytes
Contents
<tr class="product_property fields" id="spree_<%= dom_id(f.object) %>" data-hook="product_property"> <td class="move-handle"> <% if f.object.persisted? && can?(:edit, f.object) %> <span class="icon icon-move handle"></span> <%= f.hidden_field :id %> <% end %> </td> <td class='property_name'> <%= f.text_field :property_name, class: 'autocomplete form-control' %> </td> <td class='value'> <%= f.text_field :value, class: 'form-control' %> </td> <td class="actions actions-1"> <% if f.object.persisted? && can?(:destroy, f.object) %> <%= link_to_delete f.object, no_text: true %> <% end %> </td> </tr>
Version data entries
132 entries across 132 versions & 2 rubygems