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:
parent
1cd5bed2d0
commit
0f04e7229a
|
@ -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> </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>
|
||||
|
|
Loading…
Reference in New Issue