Sha256: 63e40c35406f82a79ccaab27f909013ac021609cd16f0efaf7dc9baea08bf3f9

Contents?: true

Size: 547 Bytes

Versions: 4

Compression:

Stored size: 547 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, :class => 'autocomplete' %>
  </td>
  <td class="actions">
    <% unless @product.properties.empty? %>
      <%= link_to_remove_fields t(:remove), f, :no_text => true %>
    <% end %>
  </td>
</tr>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
spree_core-1.3.5 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_core-1.3.4 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_core-1.3.3 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_core-1.3.2 app/views/spree/admin/product_properties/_product_property_fields.html.erb