diff --git a/src/app/process-page/detail/process-detail.component.html b/src/app/process-page/detail/process-detail.component.html index d984df0e9b..68a5877d0a 100644 --- a/src/app/process-page/detail/process-detail.component.html +++ b/src/app/process-page/detail/process-detail.component.html @@ -29,7 +29,7 @@ [title]="'process.detail.output-files'">
@for (file of files; track file; let last = $last) { - + {{getFileName(file)}} ({{(file?.sizeBytes) | dsFileSize }}) diff --git a/src/app/shared/file-download-link/file-download-link.component.html b/src/app/shared/file-download-link/file-download-link.component.html index 72153716e0..ca15dd93a8 100644 --- a/src/app/shared/file-download-link/file-download-link.component.html +++ b/src/app/shared/file-download-link/file-download-link.component.html @@ -1,4 +1,6 @@ - +@if (showAccessStatusBadge) { + +} + [bitstream]="getBitstream()" [enableRequestACopy]="false" [showAccessStatusBadge]="false">