mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Merged in CST-10639 (pull request #908)
CST-10639 Approved-by: Andrea Bollini
This commit is contained in:
@@ -84,6 +84,18 @@
|
|||||||
[label]="'item.page.uri'">
|
[label]="'item.page.uri'">
|
||||||
</ds-item-page-uri-field>
|
</ds-item-page-uri-field>
|
||||||
<ds-item-page-collections [item]="object"></ds-item-page-collections>
|
<ds-item-page-collections [item]="object"></ds-item-page-collections>
|
||||||
|
<ds-generic-item-page-field [item]="object"
|
||||||
|
[fields]="['notify.relation.endorsedBy']"
|
||||||
|
[label]="'item.page.endorsed-by'">
|
||||||
|
</ds-generic-item-page-field>
|
||||||
|
<ds-generic-item-page-field [item]="object"
|
||||||
|
[fields]="['datacite.relation.isReviewedBy']"
|
||||||
|
[label]="'item.page.is-reviewed-by'">
|
||||||
|
</ds-generic-item-page-field>
|
||||||
|
<ds-generic-item-page-field [item]="object"
|
||||||
|
[fields]="['datacite.relation.isSupplementedBy']"
|
||||||
|
[label]="'item.page.is-supplemented-by'">
|
||||||
|
</ds-generic-item-page-field>
|
||||||
<div>
|
<div>
|
||||||
<a class="btn btn-outline-primary" role="button" [routerLink]="[itemPageRoute + '/full']">
|
<a class="btn btn-outline-primary" role="button" [routerLink]="[itemPageRoute + '/full']">
|
||||||
<i class="fas fa-info-circle"></i> {{"item.page.link.full" | translate}}
|
<i class="fas fa-info-circle"></i> {{"item.page.link.full" | translate}}
|
||||||
|
@@ -2494,6 +2494,12 @@
|
|||||||
|
|
||||||
"item.page.citation": "Citation",
|
"item.page.citation": "Citation",
|
||||||
|
|
||||||
|
"item.page.endorsed-by": "Endorsement",
|
||||||
|
|
||||||
|
"item.page.is-reviewed-by": "Review",
|
||||||
|
|
||||||
|
"item.page.is-supplemented-by": "Dataset",
|
||||||
|
|
||||||
"item.page.collections": "Collections",
|
"item.page.collections": "Collections",
|
||||||
|
|
||||||
"item.page.collections.loading": "Loading...",
|
"item.page.collections.loading": "Loading...",
|
||||||
|
Reference in New Issue
Block a user