From a42de669bd8f7250fe51ad4cd0ceeb3b09251335 Mon Sep 17 00:00:00 2001 From: Gitea Date: Fri, 29 Jan 2021 10:52:33 +0800 Subject: [PATCH] complate balance display. --- templates/repo/blockchain/index.tmpl | 25 +++++-------------------- 1 file changed, 5 insertions(+), 20 deletions(-) diff --git a/templates/repo/blockchain/index.tmpl b/templates/repo/blockchain/index.tmpl index 198080f79..e62981e3f 100755 --- a/templates/repo/blockchain/index.tmpl +++ b/templates/repo/blockchain/index.tmpl @@ -2,32 +2,17 @@
{{template "repo/header" .}}
-

+

{{.i18n.Tr "repo.balance.total_view"}} -

+
- - 29 KiB + {{.i18n.Tr "repo.balance.available"}} + {{.balance}}
- - -{{template "base/footer" .}} - - \ No newline at end of file +{{template "base/footer" .}} \ No newline at end of file