0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-10-17 00:54:32 -04:00

Add download attribute to release attachments (#28739)

Fixes #28736
This commit is contained in:
JakobDev
2024-01-09 09:51:20 +01:00
committed by GitHub
parent aa4d78431f
commit a80debc208

View File

@@ -94,7 +94,7 @@
{{if .Attachments}}
{{range .Attachments}}
<li>
<a target="_blank" rel="nofollow" href="{{.DownloadURL}}">
<a target="_blank" rel="nofollow" href="{{.DownloadURL}}" download>
<strong>{{svg "octicon-package" 16 "gt-mr-2"}}{{.Name}}</strong>
</a>
<div>