From fcb9e9fa56ee25f9839bfb99265a730b7b6da297 Mon Sep 17 00:00:00 2001 From: Matt-Yorkley Date: Thu, 17 Nov 2016 15:09:41 +0000 Subject: [PATCH] Changed buttons --- .../products/_form/add_description_wysiwyg.html.haml.deface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/overrides/spree/admin/products/_form/add_description_wysiwyg.html.haml.deface b/app/overrides/spree/admin/products/_form/add_description_wysiwyg.html.haml.deface index 477c168467..6b0d5dd7f3 100644 --- a/app/overrides/spree/admin/products/_form/add_description_wysiwyg.html.haml.deface +++ b/app/overrides/spree/admin/products/_form/add_description_wysiwyg.html.haml.deface @@ -1,2 +1,2 @@ / replace "[data-hook=admin_product_form_left] code[erb-loud]:contains('f.text_area :description')" -%text-angular{'id' => 'product_description', 'ng-model' => 'product.description', 'name' => 'product[description]', 'class' => 'text-angular', 'ta-toolbar' => "[['h1','h2','h3','h4','p'],['bold','italics','underline','clear']]"} \ No newline at end of file +%text-angular{'id' => 'product_description', 'ng-model' => 'product.description', 'name' => 'product[description]', 'class' => 'text-angular', 'ta-toolbar' => "[['bold','italics','underline','clear']]"} \ No newline at end of file