We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b28de7 commit 2551660Copy full SHA for 2551660
templates/repo/release/list.tmpl
@@ -77,7 +77,7 @@
77
{{if .Attachments}}
78
{{range $attachment := .Attachments}}
79
<li>
80
- <a target="_blank" rel="noopener noreferrer" href="{{$.RepoLink}}/releases/download/{{$release.TagName}}/{{$attachment.Name}}">
+ <a target="_blank" rel="noopener noreferrer" href="{{$.RepoLink}}/releases/download/{{$release.TagName | PathEscape}}/{{$attachment.Name | PathEscape}}">
81
<strong><span class="ui image octicon octicon-package" title='{{$attachment.Name}}'></span> {{$attachment.Name}}</strong>
82
<span class="ui text grey right">{{$attachment.Size | FileSize}}</span>
83
</a>
0 commit comments