diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/release/list.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/release/list.tmpl b/templates/repo/release/list.tmpl index 73e4a86821..af0f0fa82a 100644 --- a/templates/repo/release/list.tmpl +++ b/templates/repo/release/list.tmpl @@ -79,7 +79,7 @@ <li> <a target="_blank" rel="noopener" href="{{AppSubUrl}}/attachments/{{.UUID}}"> <strong><span class="ui image octicon octicon-package" title='{{.Name}}'></span> {{.Name}}</strong> - <span class="ui text grey right">{{.MustSize | FileSize}}</span> + <span class="ui text grey right">{{.Size | FileSize}}</span> </a> </li> {{end}} |