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