[Library | Trunk]: Add login class on user-mini of dashboard
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59212 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
fd7b774f73
commit
d635c8ee6e
|
@ -11,7 +11,7 @@ import {EnvProperties} from '../utils/properties/env-properties';
|
|||
selector: 'user-mini',
|
||||
template: `
|
||||
<ng-container *ngIf="!dashboard">
|
||||
|
||||
|
||||
<ul *ngIf="!mobileView" class="uk-navbar-nav">
|
||||
<li class="uk-parent">
|
||||
<a *ngIf="loggedIn" class="login">
|
||||
|
@ -126,7 +126,7 @@ import {EnvProperties} from '../utils/properties/env-properties';
|
|||
</svg>
|
||||
</span>
|
||||
</a>
|
||||
<a *ngIf="loggedIn" class="uk-icon">
|
||||
<a *ngIf="loggedIn" class="login uk-icon">
|
||||
<svg height="60" width="60">
|
||||
<circle cx="30" cy="30" r="20" stroke-width="2"></circle>
|
||||
<text *ngIf="firstLetters" x="50%" y="50%" text-anchor="middle" dy=".4em"
|
||||
|
|
Loading…
Reference in New Issue