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.

index.tmpl 482 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
123456789101112131415161718
  1. {{template "base/head" .}}
  2. <div class="repository balance view">
  3. {{template "repo/header" .}}
  4. <div class="ui container">
  5. <h3 class="ui top attached header">
  6. {{.i18n.Tr "repo.balance.total_view"}}
  7. </h3>
  8. <div class="ui attached segment">
  9. <div class="inline field">
  10. <span class="fitted">{{.i18n.Tr "repo.balance.available"}}</span>
  11. <span class="fitted">{{.balance}}</span>
  12. </div>
  13. </div>
  14. </div>
  15. </div>
  16. {{template "base/footer" .}}