2017-10-14 17:17:39 -06:00
|
|
|
{{template "base/head" .}}
|
2023-02-01 15:56:10 -07:00
|
|
|
<div role="main" aria-label="{{.Title}}" class="page-content repository commits">
|
2017-10-14 17:17:39 -06:00
|
|
|
{{template "repo/header" .}}
|
2024-02-15 15:21:13 -07:00
|
|
|
<div class="ui container flex-container">
|
|
|
|
<div class="flex-container-nav">
|
|
|
|
{{template "repo/navbar" .}}
|
2017-10-14 17:17:39 -06:00
|
|
|
</div>
|
2024-02-15 15:21:13 -07:00
|
|
|
<div class="flex-container-main">
|
|
|
|
{{if .PageIsPulse}}{{template "repo/pulse" .}}{{end}}
|
|
|
|
{{if .PageIsContributors}}{{template "repo/contributors" .}}{{end}}
|
2024-02-23 16:41:24 -07:00
|
|
|
{{if .PageIsCodeFrequency}}{{template "repo/code_frequency" .}}{{end}}
|
2024-02-24 03:22:51 -07:00
|
|
|
{{if .PageIsRecentCommits}}{{template "repo/recent_commits" .}}{{end}}
|
2017-10-14 17:17:39 -06:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{template "base/footer" .}}
|
2024-02-15 15:21:13 -07:00
|
|
|
|