From 591441b968a83947ac2ca54ecda9f386b8327e67 Mon Sep 17 00:00:00 2001 From: summerscope Date: Thu, 19 Jun 2014 16:31:11 +1000 Subject: [PATCH] Making a js change to remove hub name from shipping method label --- .../darkswarm/directives/active_table_hub_link.js.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/darkswarm/directives/active_table_hub_link.js.coffee b/app/assets/javascripts/darkswarm/directives/active_table_hub_link.js.coffee index ee658796b0..d86d566022 100644 --- a/app/assets/javascripts/darkswarm/directives/active_table_hub_link.js.coffee +++ b/app/assets/javascripts/darkswarm/directives/active_table_hub_link.js.coffee @@ -2,7 +2,7 @@ Darkswarm.directive "activeTableHubLink", (CurrentHub, CurrentOrder) -> restrict: "A" scope: hub: '=activeTableHubLink' - template: "{{action}} {{hub.name}}" + template: "{{action}}" link: (scope, elm, attr)-> # Swap out the text of the hub link depending on whether it'll change current hub # To be used with ofnEmptiesCart