diff --git a/app/modules/navigation-bar/dropdown-user/dropdown-user.directive.coffee b/app/modules/navigation-bar/dropdown-user/dropdown-user.directive.coffee index effab3b1..d023811b 100644 --- a/app/modules/navigation-bar/dropdown-user/dropdown-user.directive.coffee +++ b/app/modules/navigation-bar/dropdown-user/dropdown-user.directive.coffee @@ -23,6 +23,7 @@ DropdownUserDirective = (authService, configService, locationService, link = (scope, el, attrs, ctrl) -> scope.vm = {} scope.vm.isFeedbackEnabled = configService.get("feedbackEnabled") + scope.vm.supportUrl = configService.get("supportUrl") taiga.defineImmutableProperty(scope.vm, "user", () -> authService.userData) scope.vm.logout = ->