Displaying item counts at Communities and Collections list view.

This commit is contained in:
damian
2023-05-15 16:09:17 +02:00
parent 5e27741483
commit 536cb62cc0
4 changed files with 15 additions and 2 deletions

View File

@@ -3,7 +3,9 @@
</a>
<span *ngIf="linkType == linkTypes.None" class="lead">
{{object.name}}
<span>[{{object.archivedItems}}]<span>
</span>
<div *ngIf="object.shortDescription" class="text-muted abstract-text">
{{object.shortDescription}}
</div>