mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-29 04:24:15 +00:00
refactor: drop two unmaintained dependencies, rename the byte size helpers (#39083)
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
{{range .Release.Attachments}}
|
||||
<li>
|
||||
<a target="_blank" href="{{.DownloadURL}}">
|
||||
<strong>{{.Name}} ({{.Size | FileSize}})</strong>
|
||||
<strong>{{.Name}} ({{.Size | FormatByteSize}})</strong>
|
||||
</a>
|
||||
</li>
|
||||
{{end}}
|
||||
|
||||
Reference in New Issue
Block a user