taiga logo redirects to taiga.io when the user is anonymous
parent
bb72b59627
commit
49b4eb41d8
|
@ -1,6 +1,14 @@
|
|||
nav.navbar(ng-if="vm.isEnabledHeader")
|
||||
div.nav-left
|
||||
a.logo(
|
||||
ng-if="!vm.isAuthenticated"
|
||||
href="https://taiga.io/",
|
||||
title="{{'PROJECT.NAVIGATION.HOMEPAGE' | translate}}"
|
||||
)
|
||||
include ../../svg/logo.svg
|
||||
|
||||
a.logo(
|
||||
ng-if="vm.isAuthenticated"
|
||||
href="#",
|
||||
tg-nav="home",
|
||||
title="{{'PROJECT.NAVIGATION.HOMEPAGE' | translate}}"
|
||||
|
|
Loading…
Reference in New Issue