Files
dspace-angular/src/app/shared/item/item-versions/notice/item-versions-notice.component.html
2020-03-20 17:47:19 +01:00

6 lines
290 B
HTML

<ds-alert *ngIf="isLatestVersion$ && !(isLatestVersion$ | async)"
[content]="('item.version.notice' | translate:{ destination: getItemPage(((latestVersion$ | async)?.item | async)?.payload) })"
[dismissible]="false"
[type]="AlertTypeEnum.Warning">
</ds-alert>