[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:
parent
1e6df79b08
commit
0bfad9455c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue