[Trunk|Library]: searchResult.component.html: Remove <approved-by-community> tag. This is useful only in deposit result page.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@54919 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
5d5f39be19
commit
50c3d7db44
|
@ -55,7 +55,7 @@
|
|||
<!-- <div *ngIf="result['compatibility'] != undefined && result['compatibility'] != ''">
|
||||
Compatibility: {{result.compatibility}}
|
||||
</div> -->
|
||||
<approved-by-community [contentProviderId]="result.id"></approved-by-community>
|
||||
<!-- <approved-by-community [contentProviderId]="result.id"></approved-by-community> -->
|
||||
<span *ngIf="result['type'] != undefined && result['type'] != ''" class="uk-label custom-label label-blue label-dataprovider" title="Type"> {{result['type']}}</span>
|
||||
<!-- <div *ngIf="result['type'] != undefined && result['type'] != ''">Type: {{result['type']}}</div> -->
|
||||
<span *ngIf="result['compatibility'] != undefined && result['compatibility'] != ''" class="uk-label custom-label label-compatibility" title="Compatibility">{{result.compatibility}}</span>
|
||||
|
|
Loading…
Reference in New Issue