Remove unused deface in spree/admin/orders/show, this action doesnt exist in ofn v2

This commit is contained in:
luisramos0
2019-07-16 21:12:48 +01:00
parent 5744240f91
commit a75a0da981

View File

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