1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-26 12:18:36 +00:00

Removed SizeFmt. (#17890)

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
KN4CK3R
2021-12-03 04:33:34 +01:00
committed by GitHub
parent 03ec9e5060
commit 6ceef87671
5 changed files with 5 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
</div>
{{end}}
<div class="item">
<span class="ui">{{svg "octicon-database"}} <b>{{SizeFmt .Repository.Size}}</b></span>
<span class="ui">{{svg "octicon-database"}} <b>{{FileSize .Repository.Size}}</b></span>
</div>
{{end}}
</div>