From de6c96d13829dcaf47576a266284e399245bc427 Mon Sep 17 00:00:00 2001 From: Hugo Daniel Date: Wed, 24 Jul 2019 12:38:29 +0200 Subject: [PATCH] Import product_properties/_product_properties_fields.html.erb from Spree to OFN --- .../_product_properties_fields.html.erb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/views/spree/admin/product_properties/_product_properties_fields.html.erb 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 %> + +