You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- {{template "base/head" .}}
- <div class="repository balance view">
- {{template "repo/header" .}}
- <div class="ui container">
- <!-- 中间余额按钮 -->
- <div class="ui three column stack able grid">
- <div class="column">
- <h2>{{.i18n.Tr "repo.balance"}}</h2>
- </div>
-
- <div class="column">
- </div>
-
- <div class="column right aligned">
- {{.balance}}
- </div>
- </div>
-
- </div>
- {{template "base/footer" .}}
|