8 lines
390 B
HTML
8 lines
390 B
HTML
<div *ngIf=" portal && isRouteEnabled('/organizations')" class="plugin-featured-datasets uk-container uk-container-large uk-section">
|
|
<affiliations [longView]="false" [getAffiliationsFromAPI]="true" [communityFirstPage]="true" [class.uk-disabled] =previewInAdmin></affiliations>
|
|
|
|
</div>
|
|
<div *ngIf="!portal " class="uk-text-muted uk-text-center">
|
|
No community info available
|
|
</div>
|