added download attribute to full item page download links

This commit is contained in:
Art Lowel
2017-06-22 16:16:53 +02:00
parent e12bb83441
commit bbf963424d

View File

@@ -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>