Sha256: 7cc3d817224ed04c200a956a028007160b3fa9a1612d9ed50f8b6c80bf165b7b

Contents?: true

Size: 587 Bytes

Versions: 53

Compression:

Stored size: 587 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, list: 'properties' %>
  </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

53 entries across 53 versions & 2 rubygems

Version Path
solidus_backend-2.10.5 app/views/spree/admin/product_properties/_product_property_fields.html.erb
solidus_backend-2.10.3 app/views/spree/admin/product_properties/_product_property_fields.html.erb
solidus_backend-2.10.2 app/views/spree/admin/product_properties/_product_property_fields.html.erb
solidus_backend-2.9.6 app/views/spree/admin/product_properties/_product_property_fields.html.erb
solidus_backend-2.8.6 app/views/spree/admin/product_properties/_product_property_fields.html.erb
solidus_backend-2.10.1 app/views/spree/admin/product_properties/_product_property_fields.html.erb
solidus_backend-2.9.5 app/views/spree/admin/product_properties/_product_property_fields.html.erb
solidus_backend-2.10.0 app/views/spree/admin/product_properties/_product_property_fields.html.erb
solidus_backend-2.9.4 app/views/spree/admin/product_properties/_product_property_fields.html.erb
solidus_backend-2.6.6 app/views/spree/admin/product_properties/_product_property_fields.html.erb
solidus_backend-2.7.4 app/views/spree/admin/product_properties/_product_property_fields.html.erb
solidus_backend-2.8.5 app/views/spree/admin/product_properties/_product_property_fields.html.erb
solidus_backend-2.9.3 app/views/spree/admin/product_properties/_product_property_fields.html.erb
solidus_backend-2.9.2 app/views/spree/admin/product_properties/_product_property_fields.html.erb
solidus_backend-2.10.0.beta1 app/views/spree/admin/product_properties/_product_property_fields.html.erb
solidus_backend-2.7.3 app/views/spree/admin/product_properties/_product_property_fields.html.erb
solidus_backend-2.6.5 app/views/spree/admin/product_properties/_product_property_fields.html.erb
solidus_backend-2.5.2 app/views/spree/admin/product_properties/_product_property_fields.html.erb
solidus_backend-2.9.1 app/views/spree/admin/product_properties/_product_property_fields.html.erb
solidus_backend-2.9.0 app/views/spree/admin/product_properties/_product_property_fields.html.erb