1
0
Files
yel-dspace-angular/src/app/shared/object-list/collection-list-element/collection-list-element.component.html
2017-11-30 14:50:58 +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>