Sha256: 7cc3d817224ed04c200a956a028007160b3fa9a1612d9ed50f8b6c80bf165b7b
Contents?: true
Size: 587 Bytes
Versions: 53
Compression:
Stored size: 587 Bytes
Contents
<tr class="product_property fields" id="spree_<%= dom_id(f.object) %>" data-hook="product_property"> <td> <% if f.object.persisted? && can?(:update_positions, f.object) %> <span class="handle"></span> <%= f.hidden_field :id %> <% end %> </td> <td class='property_name'> <%= f.text_field :property_name, list: 'properties' %> </td> <td class='value'> <%= f.text_field :value %> </td> <td class="actions"> <% if f.object.persisted? && can?(:destroy, f.object) %> <%= link_to_delete f.object, no_text: true %> <% end %> </td> </tr>
Version data entries
53 entries across 53 versions & 2 rubygems