mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 04:53:06 +00:00
#150 Moved list,grid and object-collection to shared package
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<a [routerLink]="['/communities/' + object.id]" class="lead">
|
||||
{{object.name}}
|
||||
</a>
|
||||
<div *ngIf="object.shortDescription" class="text-muted">
|
||||
{{object.shortDescription}}
|
||||
</div>
|
Reference in New Issue
Block a user