diff --git a/app/views/spree/admin/product_properties/_product_properties_fields.html.erb b/app/views/spree/admin/product_properties/_product_properties_fields.html.erb new file mode 100644 index 0000000000..6c9d5d02cd --- /dev/null +++ b/app/views/spree/admin/product_properties/_product_properties_fields.html.erb @@ -0,0 +1,17 @@ + + + + <%= f.hidden_field :id %> + + + <%= f.text_field :property_name, :class => 'autocomplete' %> + + + <%= f.text_field :value, :class => 'autocomplete' %> + + + <% if f.object.persisted? %> + <%= link_to_delete f.object, :no_text => true %> + <% end %> + +