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