Get support url from global config for user dropdown link
parent
e1d9b8d0aa
commit
a450c20cd1
|
@ -12,6 +12,7 @@ window.taigaConfig = {
|
|||
"defaultTheme": "taiga",
|
||||
"publicRegisterEnabled": true,
|
||||
"feedbackEnabled": true,
|
||||
"supportUrl": null,
|
||||
"privacyPolicyUrl": null,
|
||||
"termsOfServiceUrl": null,
|
||||
"maxUploadFileSize": null,
|
||||
|
|
|
@ -51,7 +51,7 @@ div.navbar-dropdown.dropdown-user
|
|||
translate="PROJECT.NAVIGATION.FEEDBACK")
|
||||
li
|
||||
a(
|
||||
href="https://tree.taiga.io/support/",
|
||||
href="{{ vm.supportUrl }}",
|
||||
target="_blank",
|
||||
title="{{'PROJECT.NAVIGATION.HELP_TITLE' | translate}}",
|
||||
translate="PROJECT.NAVIGATION.HELP")
|
||||
|
|
Loading…
Reference in New Issue