Skip to content
Snippets Groups Projects
Commit 5db2906d authored by Kristof De Langhe's avatar Kristof De Langhe
Browse files

68346: Fix 404 on bitstream download button

parent a72ef836
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
<div class="{{columnSizes.columns[3].buildClasses()}} row-element d-flex align-items-center">
<div class="text-center w-100">
<div class="btn-group relationship-action-buttons">
<a [href]="bitstream?.content"
<a [href]="bitstream?._links?.content?.href"
class="btn btn-outline-primary btn-sm"
title="{{'item.edit.bitstreams.edit.buttons.download' | translate}}">
<i class="fas fa-download fa-fw"></i>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment