mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
added download attribute to full item page download links
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
</dl>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<a [href]="file.retrieve">
|
||||
<a [href]="file.retrieve" [download]="file.name">
|
||||
{{"item.page.filesection.download" | translate}}
|
||||
</a>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user