summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-13 02:55:18 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-13 02:55:18 -0400
commitadedd9181c07ed926bf5835623293df4fcc706d2 (patch)
tree1792c1ba63414307a91853a8e2c8d139794f9c0c /templates
parent7b34f6f1dac2c0b09b98e937226e43e0a6d09cf1 (diff)
parent1902500b0dcefa20627129b48c8131da8798c169 (diff)
downloadgitea-adedd9181c07ed926bf5835623293df4fcc706d2.tar.gz
gitea-adedd9181c07ed926bf5835623293df4fcc706d2.zip
Merge branch 'master' of github.com:gogits/gogs
Diffstat (limited to 'templates')
-rw-r--r--templates/repo/single.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/single.tmpl b/templates/repo/single.tmpl
index 96ca95bd8e..42e09b9a2f 100644
--- a/templates/repo/single.tmpl
+++ b/templates/repo/single.tmpl
@@ -6,7 +6,7 @@
<h4>Source Files:</h4>
<ul>
{{range .Files}}
- <li>{{.Name}} - {{.Type}}</li>
+ <li>{{.Name}} - {{.Message}} - {{.Created}} - {{.IsFile}} - {{.IsDir}}</li>
{{end}}
</ul>
</div>