2024-02-15 22:21:13 +00: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 23:41:24 +00: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 10:22:51 +00: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 22:21:13 +00:00
|
|
|
</div>
|