From a75a0da9817c0bdbe884a8ade8f0ad61b34374f5 Mon Sep 17 00:00:00 2001 From: luisramos0 Date: Tue, 16 Jul 2019 21:12:48 +0100 Subject: [PATCH] Remove unused deface in spree/admin/orders/show, this action doesnt exist in ofn v2 --- .../admin/orders/show/add_action_dropdown.html.haml.deface | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 app/overrides/spree/admin/orders/show/add_action_dropdown.html.haml.deface diff --git a/app/overrides/spree/admin/orders/show/add_action_dropdown.html.haml.deface b/app/overrides/spree/admin/orders/show/add_action_dropdown.html.haml.deface deleted file mode 100644 index 8c2ed40c26..0000000000 --- a/app/overrides/spree/admin/orders/show/add_action_dropdown.html.haml.deface +++ /dev/null @@ -1,6 +0,0 @@ -/ insert_after "code[erb-loud]:contains('button_link_to t(:edit)')" - -%li.links-dropdown#links-dropdown{ links: order_links(@order).to_json } - -:coffee - angular.bootstrap(document.getElementById("links-dropdown"),['admin.dropdown'])