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