forked from forgejo/forgejo
add commits
This commit is contained in:
parent
be8baea7ad
commit
45a6444b1e
4 changed files with 26 additions and 2 deletions
|
@ -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" .}}
|
Loading…
Add table
Add a link
Reference in a new issue