forked from kevadesu/forgejo
more UI minor fixes
This commit is contained in:
parent
c4bab163cb
commit
ec2423ad7c
10 changed files with 37 additions and 35 deletions
|
@ -1,8 +1,4 @@
|
|||
<div class="ui compact small menu">
|
||||
{{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}}
|
||||
<a class="{{if .PageIsLabels}}active{{end}} item" href="{{.RepoLink}}/labels">{{.i18n.Tr "repo.labels"}}</a>
|
||||
<a class="{{if .PageIsMilestones}}active{{end}} item" href="{{.RepoLink}}/milestones">{{.i18n.Tr "repo.milestones"}}</a>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue