Files
dspace-angular/src/app/shared/object-list/collection-list-element/collection-list-element.component.html
2017-12-01 09:59:35 +01:00

7 lines
183 B
HTML

<a [routerLink]="['/collections/' + object.id]" class="lead">
{{object.name}}
</a>
<div *ngIf="object.shortDescription" class="text-muted">
{{object.shortDescription}}
</div>