Sha256: da633b73cc5f60ebde3d127242d63d4944b3b50b469130ef78c0b716728f4741

Contents?: true

Size: 417 Bytes

Versions: 5

Compression:

Stored size: 417 Bytes

Contents

<tr class="product_property fields"  data-hook="product_property">
  <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

5 entries across 5 versions & 2 rubygems

Version Path
spree_core-1.3.1 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_core-1.3.0 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_core-1.3.0.rc2 app/views/spree/admin/product_properties/_product_property_fields.html.erb
dup_spree_core-1.3.0.rc1 app/views/spree/admin/product_properties/_product_property_fields.html.erb
spree_core-1.3.0.rc1 app/views/spree/admin/product_properties/_product_property_fields.html.erb