Skip to content

Commit da7cb11

Browse files
committed
Archived items moved outside initial span element(fix for tests)
1 parent 536cb62 commit da7cb11

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/app/shared/object-list/collection-list-element/collection-list-element.component.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
</a>
44
<span *ngIf="linkType == linkTypes.None" class="lead">
55
{{object.name}}
6-
<span>[{{object.archivedItems}}]<span>
76
</span>
87

8+
<span class="lead" *ngIf="object.archivedItems">[{{object.archivedItems}}]<span>
9+
910
<div *ngIf="object.shortDescription" class="text-muted abstract-text">
1011
{{object.shortDescription}}
1112
</div>

0 commit comments

Comments
 (0)