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

Version Path
spree_backend-2.2.14 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.2.13 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.2.12 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.2.11 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.2.10 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.2.9 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.1.12 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.4.2 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.3.6 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.2.8 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.1.11 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.4.1 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.4.0 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.3.5 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.2.7 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.1.10 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.0.13 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.4.0.rc3 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.4.0.rc2 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-2.4.0.rc1 app/views/spree/admin/product_properties/_product_property_fields.html.erb