mirror of
https://github.com/go-gitea/gitea.git
synced 2025-01-03 19:36:27 +00:00
10 lines
235 B
Cheetah
10 lines
235 B
Cheetah
{{template "base/head" .}}
|
|
<div class="repository commits">
|
|
{{template "repo/header" .}}
|
|
<div class="ui container">
|
|
{{template "repo/sidebar" .}}
|
|
{{template "repo/commits_table" .}}
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|