From ecb8e6e01aa174b84f9d0564035201804804cb5b Mon Sep 17 00:00:00 2001 From: Gitea Date: Thu, 28 Jan 2021 16:28:06 +0800 Subject: [PATCH] add balance. --- templates/repo/blockchain/index.tmpl | 112 +++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100755 templates/repo/blockchain/index.tmpl diff --git a/templates/repo/blockchain/index.tmpl b/templates/repo/blockchain/index.tmpl new file mode 100755 index 000000000..a68381b01 --- /dev/null +++ b/templates/repo/blockchain/index.tmpl @@ -0,0 +1,112 @@ +{{template "base/head" .}} +
+ {{template "repo/header" .}} +
+ +
+
+

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

+
+ +
+
+ +
+ 212 +
+
+ + +
+ + +
+
+
+ + +
+
+
+
+
+ +
+
+
+ + +
+ {{range .Tasks}} +
+
+ + +
+ {{svg "octicon-tasklist" 16}} + 项目名字《待补充》 + +
+ + +
+ 余额:待补充 +
+ + +
+ {{svg "octicon-flame" 16}} {{TimeSinceUnix .CreatedUnix $.Lang}} +
+ + +
+ + + 查看 + + +
+ + +
+ +
+ + +
+
+
+ {{$.CsrfTokenHtml}} + 删除 +
+
+
+ + +
+ +
+ +
+
+ +
+ +
+
+
+
+
+{{template "base/footer" .}} \ No newline at end of file