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'])