summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/navbar.tmpl
blob: 7fdc41aa2114131bf6c6af1fdf37dd3ed32d4cba (plain)
1
2
3
4
5
6
7
8
<div class="ui compact small menu">
	{{if not .CommitsCount}}
  <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>