浏览代码

Added Donate button to Beta

Yoginth 7 年之前
父节点
当前提交
1ce95b98bb
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      templates/repo/header.tmpl

+ 1 - 0
templates/repo/header.tmpl

@@ -88,6 +88,7 @@
 			{{if .Repository.Donate}}
 				<a class="item" href="{{.Repository.Donate}}" target="_blank">
 					<i class="menu-icon octicon">💸</i> {{.i18n.Tr "repo.donate"}}
+					<span class="ui green basic label tiny">Beta</span>
 				</a>
 			{{end}}
 			{{end}}