1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00
This commit is contained in:
Lunny Xiao
2014-03-14 22:36:22 +08:00
parent 1902500b0d
commit 607303e4de
2 changed files with 3 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
<h4>Source Files:</h4>
<ul>
{{range .Files}}
<li>{{.Name}} - {{.Message}} - {{.Created}} - {{.IsFile}} - {{.IsDir}}</li>
<li>{{.Name}} - {{.Id}} - {{.Message}} - {{.Created}} - {{.IsFile}} - {{.IsDir}}</li>
{{end}}
</ul>
</div>