1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-07-16 15:04:19 -04:00
gitea/templates/repo/commits.tmpl

9 lines
205 B
Cheetah
Raw Normal View History

2015-08-20 08:18:49 -04:00
{{template "base/head" .}}
<div class="repository commits">
{{template "repo/header" .}}
2015-08-20 08:18:49 -04:00
<div class="ui container">
{{template "repo/commits_table" .}}
</div>
2014-03-17 06:58:34 -04:00
</div>
2015-08-20 08:18:49 -04:00
{{template "base/footer" .}}