forked from hazza/dspace-angular
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>
|