Browse Source

debug blockchain

tags/v1.21.12.1
Gitea 4 years ago
parent
commit
483d1034ac
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/header.tmpl

+ 1
- 1
templates/repo/header.tmpl View File

@@ -152,7 +152,7 @@
</a>
{{end}}

<a class="{{if .PageIsBlockChain}}active{{end}} item ">
<a class="{{if .PageIsBlockChain}}active{{end}} item " href="{{.RepoLink}}/blockchain">
{{svg "octicon-law" 16}}
{{.i18n.Tr "repo.balance"}}
</a>


Loading…
Cancel
Save