98855: Themed FileDownloadLinkComponent

This commit is contained in:
Alexandre Vryghem
2023-02-01 14:52:52 +01:00
parent ca864379c8
commit 4fb914b51c
7 changed files with 53 additions and 12 deletions

View File

@@ -33,9 +33,9 @@
</dl>
</div>
<div class="col-2">
<ds-file-download-link [bitstream]="file" [item]="item">
<ds-themed-file-download-link [bitstream]="file" [item]="item">
{{"item.page.filesection.download" | translate}}
</ds-file-download-link>
</ds-themed-file-download-link>
</div>
</div>
</ds-pagination>
@@ -74,9 +74,9 @@
</dl>
</div>
<div class="col-2">
<ds-file-download-link [bitstream]="file" [item]="item">
<ds-themed-file-download-link [bitstream]="file" [item]="item">
{{"item.page.filesection.download" | translate}}
</ds-file-download-link>
</ds-themed-file-download-link>
</div>
</div>
</ds-pagination>