Archived items moved outside initial span element(fix for tests)

This commit is contained in:
damian
2023-05-15 20:34:46 +02:00
parent 536cb62cc0
commit da7cb11bcb

View File

@@ -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>