mirror of
https://gitee.com/gitea/gitea
synced 2026-04-04 19:55:20 +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" .}}
|