mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
Archived items moved outside initial span element(fix for tests)
This commit is contained in:
@@ -3,9 +3,10 @@
|
|||||||
</a>
|
</a>
|
||||||
<span *ngIf="linkType == linkTypes.None" class="lead">
|
<span *ngIf="linkType == linkTypes.None" class="lead">
|
||||||
{{object.name}}
|
{{object.name}}
|
||||||
<span>[{{object.archivedItems}}]<span>
|
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
<span class="lead" *ngIf="object.archivedItems">[{{object.archivedItems}}]<span>
|
||||||
|
|
||||||
<div *ngIf="object.shortDescription" class="text-muted abstract-text">
|
<div *ngIf="object.shortDescription" class="text-muted abstract-text">
|
||||||
{{object.shortDescription}}
|
{{object.shortDescription}}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user