2024-02-15 15:21:13 -07:00
|
|
|
<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>
|
2024-02-23 16:41:24 -07:00
|
|
|
<a class="{{if .PageIsCodeFrequency}}active{{end}} item" href="{{.RepoLink}}/activity/code-frequency">
|
|
|
|
{{ctx.Locale.Tr "repo.activity.navbar.code_frequency"}}
|
|
|
|
</a>
|
2024-02-24 03:22:51 -07:00
|
|
|
<a class="{{if .PageIsRecentCommits}}active{{end}} item" href="{{.RepoLink}}/activity/recent-commits">
|
|
|
|
{{ctx.Locale.Tr "repo.activity.navbar.recent_commits"}}
|
|
|
|
</a>
|
2024-02-15 15:21:13 -07:00
|
|
|
</div>
|