summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/navbar.tmpl
blob: 1e864458e7d9a640826ca313489ccc98e4c26b8b (plain)
1
2
3
4
<div class="ui compact left small menu">
	<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>