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