From 4a9a1029a1c1a139582efab7eefdfb0c472e8d51 Mon Sep 17 00:00:00 2001 From: Rob H Date: Fri, 23 May 2014 22:33:59 +1000 Subject: [PATCH] Fixed a typo --- .../spree/admin/products/new/replace_form.html.haml.deface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/overrides/spree/admin/products/new/replace_form.html.haml.deface b/app/overrides/spree/admin/products/new/replace_form.html.haml.deface index 94f97a7e78..c752744ee6 100644 --- a/app/overrides/spree/admin/products/new/replace_form.html.haml.deface +++ b/app/overrides/spree/admin/products/new/replace_form.html.haml.deface @@ -44,7 +44,7 @@ %input{ type: 'hidden', 'ng-value' => 'product.master.unit_description', name: 'product[unit_description]' } .five.columns.omega{ 'ng-show' => "product.variant_unit_with_scale == 'items'" } = f.label :product_variant_unit_name, :unit_name - %input.fullwidth{ id: 'product_variant_unit_name','ng-model' => 'product.variant_unit_name', :name => 'product[variant_unit_name]', :placeholder => 'eg. bunches',bu :type => 'text' } + %input.fullwidth{ id: 'product_variant_unit_name','ng-model' => 'product.variant_unit_name', :name => 'product[variant_unit_name]', :placeholder => 'eg. bunches', :type => 'text' } #product-from-prototype.clearfix{"data-hook" => "product-from-prototype"} = render :file => 'spree/admin/prototypes/show' if @prototype = render :partial => 'spree/admin/shared/new_resource_links'