mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
6 lines
290 B
HTML
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>
|