mirror of
https://gitee.com/gitea/gitea
synced 2026-01-06 15:45:47 +08:00
9 lines
201 B
Cheetah
9 lines
201 B
Cheetah
{{template "base/head" .}}
|
|
<div class="repository commits">
|
|
{{template "repo/header" .}}
|
|
<div class="ui container">
|
|
{{template "repo/commits_table" .}}
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|