summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/navbar.tmpl
blob: d6d1074c6d5ac8dea5ea37a0d6ccbb9318b3819c (plain)
1
2
3
4
5
6
7
8
<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>