mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
17 lines
741 B
HTML
17 lines
741 B
HTML
<ds-truncatable [id]="item.id">
|
|
<a
|
|
[routerLink]="['/items/' + item.id]" class="lead"
|
|
[innerHTML]="firstMetadataValue('dc.title')"></a>
|
|
<!--<span class="text-muted">-->
|
|
<!--<ds-truncatable-part [id]="item.id" [minLines]="1">-->
|
|
<!--<span *ngIf="item.allMetadata(['project.identifier.status']).length > 0"-->
|
|
<!--class="item-list-status">-->
|
|
<!--<span *ngFor="let value of allMetadataValues(['project.identifier.status']); let last=last;">-->
|
|
<!--<span [innerHTML]="value"><span [innerHTML]="value"></span></span>-->
|
|
<!--</span>-->
|
|
<!--</span>-->
|
|
<!--</ds-truncatable-part>-->
|
|
<!--</span>-->
|
|
</ds-truncatable>
|
|
|