Move Curated by to ngIF

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@51224 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
sofia.baltzi 2018-03-14 11:53:14 +00:00
parent 1cd5bed2d0
commit 0f04e7229a
1 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@
<div class="uk-container uk-margin-bottom">
<article class="uk-article ">
<subscribe *ngIf="communityId != null" [communityId]="communityId" class=" uk-align-right"></subscribe>
<div *ngIf="communityId != null && community != null">
<blockquote>
@ -20,8 +21,8 @@
<p *ngFor='let subject of community.subjects; let i = index'> <span class="uk-label"> {{subject}}</span>&nbsp;</p>
</div>
<p>
<span *ngIf="community.managers != null">
<span *ngFor='let manager of community.managers; let i = index'>Curated by: {{manager}} </span>
<span *ngIf="community.managers != null">Curated by:
<span *ngFor='let manager of community.managers; let i = index'> {{manager}} </span>
</span>
<span *ngIf="community.date != null" class="uk-margin-left"> Created: {{community.date | date:'dd-MM-yyyy'}}</span>
<subscribe *ngIf="communityId != null" [communityId]="communityId" showNumbers=true class="uk-margin-left"></subscribe>