[Trunk | Library]: deletedByInference.component: Bug fix: Rename "Collected from" to "Download from" and hide it when no such results.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56600 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
d537e16b1e
commit
e189697ed9
|
@ -63,8 +63,8 @@ import {zip} from 'rxjs';
|
|||
<span *ngIf="result['fundedByProjects'].length > 15">...</span>
|
||||
</div>
|
||||
|
||||
<div *ngIf="result.hostedBy_collectedFrom != undefined">
|
||||
<span class="uk-text-bold"> Collected From: </span>
|
||||
<div *ngIf="result.hostedBy_collectedFrom != undefined && result.hostedBy_collectedFrom.length > 0">
|
||||
<span class="uk-text-bold"> Download From: </span>
|
||||
<span *ngFor="let available of result.hostedBy_collectedFrom let i=index">
|
||||
<span *ngIf="available.downloadUrl.length > 1"
|
||||
class="custom-external custom-icon">
|
||||
|
|
Loading…
Reference in New Issue