mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
add commits
This commit is contained in:
@@ -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" .}}
|
Reference in New Issue
Block a user