mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 13:33:03 +00:00
10 lines
456 B
HTML
10 lines
456 B
HTML
<ds-collection-search-result-list-element [object]="object"
|
|
[index]="index"
|
|
[linkType]="linkType"
|
|
[listID]="listID"></ds-collection-search-result-list-element>
|
|
<div>
|
|
<a class="btn btn-light mt-1" [routerLink]="[getEditPath()]">
|
|
<i class="fa fa-edit"></i> {{"admin.search.collection.edit" | translate}}
|
|
</a>
|
|
</div>
|