aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/navbar.tmpl
blob: 944c6b194a5b2bb44ca6014c169b202991395b78 (plain)
1
2
3
4
<h2 class="ui compact small menu header small-menu-items">
	<a class="{{if .PageIsLabels}}active {{end}}item" href="{{.RepoLink}}/labels">{{.locale.Tr "repo.labels"}}</a>
	<a class="{{if .PageIsMilestones}}active {{end}}item" href="{{.RepoLink}}/milestones">{{.locale.Tr "repo.milestones"}}</a>
</h2>