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