Sha256: bb417ebed0de4e38a6ca0bf29910f84876f54a440a743d79057d60e365b472c9
Contents?: true
Size: 498 Bytes
Versions: 50
Compression:
Stored size: 498 Bytes
Contents
<tr class="product_property fields" id="spree_<%= dom_id(f.object) %>" data-hook="product_property"> <td class="no-border"> <span class="handle"></span> <%= f.hidden_field :id %> </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? %> <%= link_to_delete f.object, :no_text => true %> <% end %> </td> </tr>
Version data entries
50 entries across 50 versions & 1 rubygems