Sha256: 406881379678f30dfeabc84478c520859ad8364bae4775c134ac49ba8ad8ee07
Contents?: true
Size: 590 Bytes
Versions: 5
Compression:
Stored size: 590 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, class: 'autocomplete' %> </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
5 entries across 5 versions & 1 rubygems