summaryrefslogtreecommitdiffstats
path: root/templates/repo/navbar.tmpl
blob: b2471dc17e7c0cdd6655f036fad95ca6dd58048d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<div class="ui fluid vertical menu">
	<a class="{{if .PageIsPulse}}active {{end}}item" href="{{.RepoLink}}/activity">
		{{ctx.Locale.Tr "repo.activity.navbar.pulse"}}
	</a>
	<a class="{{if .PageIsContributors}}active {{end}}item" href="{{.RepoLink}}/activity/contributors">
		{{ctx.Locale.Tr "repo.activity.navbar.contributors"}}
	</a>
	<a class="{{if .PageIsCodeFrequency}}active{{end}} item" href="{{.RepoLink}}/activity/code-frequency">
		{{ctx.Locale.Tr "repo.activity.navbar.code_frequency"}}
	</a>
	<a class="{{if .PageIsRecentCommits}}active{{end}} item" href="{{.RepoLink}}/activity/recent-commits">
		{{ctx.Locale.Tr "repo.activity.navbar.recent_commits"}}
	</a>
</div>