forked from hazza/dspace-angular
switched back to communities
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<a [routerLink]="['/items/' + item.id]">
|
||||
<a [routerLink]="['/items/' + item.id]" class="lead">
|
||||
{{item.findMetadata("dc.title")}}
|
||||
</a>
|
||||
<div>
|
||||
<div class="text-muted">
|
||||
<span *ngIf="item.filterMetadata(['dc.contributor.author', 'dc.creator', 'dc.contributor.*']);" class="item-list-authors">
|
||||
<span *ngFor="let authorMd of item.filterMetadata(['dc.contributor.author', 'dc.creator', 'dc.contributor.*']); let last=last;">{{authorMd.value}}
|
||||
<span *ngIf="!last">; </span>
|
||||
@@ -9,4 +9,4 @@
|
||||
</span>
|
||||
(<span *ngIf="item.findMetadata('dc.publisher')" class="item-list-publisher">{{item.findMetadata("dc.publisher")}}, </span><span *ngIf="item.findMetadata('dc.date.issued')" class="item-list-date">{{item.findMetadata("dc.date.issued")}}</span>)
|
||||
<div *ngIf="item.findMetadata('dc.description.abstract')" class="item-list-abstract">{{item.findMetadata("dc.description.abstract") | words : 35 : "..."}}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user