mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:35:50 +00:00
AA: Don't show logo / sign in button on landing page when there's active session
This commit is contained in:
parent
573561f31f
commit
2488457cb4
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue