Revision 54919
Added by Konstantina Galouni over 5 years ago
modules/uoa-services-library/trunk/ng-openaire-library/src/app/searchPages/searchUtils/searchResult.component.html | ||
---|---|---|
55 | 55 |
<!-- <div *ngIf="result['compatibility'] != undefined && result['compatibility'] != ''"> |
56 | 56 |
Compatibility: {{result.compatibility}} |
57 | 57 |
</div> --> |
58 |
<approved-by-community [contentProviderId]="result.id"></approved-by-community>
|
|
58 |
<!-- <approved-by-community [contentProviderId]="result.id"></approved-by-community> -->
|
|
59 | 59 |
<span *ngIf="result['type'] != undefined && result['type'] != ''" class="uk-label custom-label label-blue label-dataprovider" title="Type"> {{result['type']}}</span> |
60 | 60 |
<!-- <div *ngIf="result['type'] != undefined && result['type'] != ''">Type: {{result['type']}}</div> --> |
61 | 61 |
<span *ngIf="result['compatibility'] != undefined && result['compatibility'] != ''" class="uk-label custom-label label-compatibility" title="Compatibility">{{result.compatibility}}</span> |
Also available in: Unified diff
[Trunk|Library]: searchResult.component.html: Remove <approved-by-community> tag. This is useful only in deposit result page.