Add download attribute to release attachments (#28739)

Fixes #28736
pull/28662/head^2
JakobDev 10 months ago committed by GitHub
parent aa4d78431f
commit a80debc208
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      templates/repo/release/list.tmpl

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

Loading…
Cancel
Save