AA: Don't show logo / sign in button on landing page when there's active session

This commit is contained in:
Andrew Abogado 2015-02-12 01:03:27 +08:00
parent 573561f31f
commit 2488457cb4

View file

@ -1,6 +1,6 @@
<div class="jumbotron jumbotron-welcome">
<div class="container">
<header>
<header data-ng-if="getSession() == null">
<a class="navbar-brand navbar-brand-nopadding pull-left" href="/">
<img alt="Pet Clinic Brand" height="27" width="auto" src="images/logo-brand.png">
</a>