From 753a867142bb069f7862dfcb62e7494776565d1e Mon Sep 17 00:00:00 2001 From: Rob H Date: Mon, 23 Jun 2014 15:54:53 +1000 Subject: [PATCH] 'Back to Products List' on product edit page returns user to BPE --- .../products/edit/return_to_bulk_product_edit.html.haml.deface | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/overrides/spree/admin/products/edit/return_to_bulk_product_edit.html.haml.deface diff --git a/app/overrides/spree/admin/products/edit/return_to_bulk_product_edit.html.haml.deface b/app/overrides/spree/admin/products/edit/return_to_bulk_product_edit.html.haml.deface new file mode 100644 index 0000000000..f02a460660 --- /dev/null +++ b/app/overrides/spree/admin/products/edit/return_to_bulk_product_edit.html.haml.deface @@ -0,0 +1,3 @@ +/ replace "code[erb-loud]:contains('button_link_to t(:back_to_products_list)')" + += button_link_to t(:back_to_products_list), bulk_edit_admin_products_path, :icon => 'icon-arrow-left' \ No newline at end of file