ソースを参照

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}}