mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
fix #1960
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="ui compact small menu">
|
||||
{{if not .CommitsCount}}
|
||||
{{if not .PageIsList}}
|
||||
<a class="{{if .PageIsIssueList}}active{{end}} item" href="{{.RepoLink}}/issues">{{.i18n.Tr "repo.issues"}}</a>
|
||||
<a class="{{if .PageIsPullList}}active{{end}} item" href="{{.RepoLink}}/pulls">{{.i18n.Tr "repo.pulls"}}</a>
|
||||
{{end}}
|
||||
|
Reference in New Issue
Block a user