Sha256: 39b10f1bafe04b9ff52e6a771c59697304cf8bdb7151bdde55c4ee6406dd6b5c

Contents?: true

Size: 659 Bytes

Versions: 132

Compression:

Stored size: 659 Bytes

Contents

<tr class="product_property fields" id="spree_<%= dom_id(f.object) %>" data-hook="product_property">
  <td class="move-handle">
    <% if f.object.persisted? && can?(:edit, f.object) %>
      <span class="icon icon-move handle"></span>
      <%= f.hidden_field :id %>
    <% end %>
  </td>
  <td class='property_name'>
    <%= f.text_field :property_name, class: 'autocomplete form-control' %>
  </td>
  <td class='value'>
    <%= f.text_field :value, class: 'form-control' %>
  </td>
  <td class="actions actions-1">
    <% if f.object.persisted? && can?(:destroy, f.object) %>
      <%= link_to_delete f.object, no_text: true %>
    <% end %>
  </td>
</tr>

Version data entries

132 entries across 132 versions & 2 rubygems

Version Path
goca-spree-backend-3.1.14.rails.5.0 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-4.0.9 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-4.1.15 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-4.1.14 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-4.0.8 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-3.7.14.1 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-4.1.13.1 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-4.0.7.1 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-4.0.7 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-3.7.14 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-4.1.13 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-4.0.6 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-3.7.13 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-4.0.5 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-4.1.12 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-3.7.12 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-4.0.4 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-3.7.11 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-4.1.11 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_backend-4.1.10 app/views/spree/admin/product_properties/_product_property_fields.html.erb