aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/branches/navbar.tmpl
blob: 3e83a65adfca22a1cda94704bf671f8fa9875a98 (plain)
1
2
3
4
<div class="ui compact small menu">
	<a class="{{if .PageIsBranchesOverview}}active{{end}} item" href="{{.RepoLink}}/branches">{{.i18n.Tr "repo.branches.overview"}}</a>
	<a class="{{if .PageIsBranchesAll}}active{{end}} item" href="{{.RepoLink}}/branches/all">{{.i18n.Tr "repo.branches.all"}}</a>
</div>