1
0
Fork 0
forked from forgejo/forgejo

add commits

This commit is contained in:
Lunny Xiao 2014-03-17 23:04:49 +08:00
parent be8baea7ad
commit 45a6444b1e
4 changed files with 26 additions and 2 deletions

View file

@ -4,6 +4,11 @@
{{template "repo/toolbar" .}}
<div id="gogs-body" class="container">
<div id="gogs-commits">
<ul>
{{range .Commits}}
<li>{{.Committer.Name}} - {{.Id}} - {{.Message}} - {{.Committer.When}}</li>
{{end}}
</ul>
</div>
</div>
{{template "base/footer" .}}