[Backport] taiga logo redirects to taiga.io when the user is anonymous

stable
Juanfran 2016-04-26 08:42:15 +02:00
parent 1bdb33e074
commit 7a03c34fc8
1 changed files with 8 additions and 0 deletions

View File

@ -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}}"