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")
|
nav.navbar(ng-if="vm.isEnabledHeader")
|
||||||
div.nav-left
|
div.nav-left
|
||||||
a.logo(
|
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="#",
|
href="#",
|
||||||
tg-nav="home",
|
tg-nav="home",
|
||||||
title="{{'PROJECT.NAVIGATION.HOMEPAGE' | translate}}"
|
title="{{'PROJECT.NAVIGATION.HOMEPAGE' | translate}}"
|
||||||
|
|
Loading…
Reference in New Issue