Sha256: 64858571dd3e9b7216c039d1249805d4f65b5c2b91eb874207089962610134e4

Contents?: true

Size: 543 Bytes

Versions: 16

Compression:

Stored size: 543 Bytes

Contents

<tr class="product_property fields" id="spree_<%= dom_id(f.object) %>" data-hook="product_property">
  <td class="no-border">
    <% if f.object.persisted? %>
      <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? %>
      <%= link_to_delete f.object, no_text: true %>
    <% end %>
  </td>
</tr>

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
spree_backend-2.4.10 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.3.13 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.4.9 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.3.12 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.4.8 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.3.11 app/views/spree/admin/product_properties/_product_property_fields.html.erb
solidus_backend-1.0.0.pre app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.4.7 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.3.10 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.4.6 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.3.9 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.3.8 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.4.5 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.4.4 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.3.7 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.4.3 app/views/spree/admin/product_properties/_product_property_fields.html.erb