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