mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
7 lines
183 B
HTML
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>
|