[Trunk|Library]: Communities Search Results: fix type when it is community

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@55361 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2019-04-15 12:31:22 +00:00
parent 1e6df79b08
commit 0bfad9455c
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
</div>
<div class="uk-width-expand uk-align-right uk-margin-auto-right">
<span *ngIf="result.type && result.type != ''" ><b> Type: </b></span>
<span *ngIf="result.type && result.type != ''" >{{(result.type == 'ri')? 'Research Initiative': 'Research '}}</span>
<span *ngIf="result.type && result.type != ''" >{{(result.type == 'ri')?'Research Initiative':'Research Community'}}</span>
</div>
</div>
</div>