diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-13 02:55:18 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-13 02:55:18 -0400 |
commit | adedd9181c07ed926bf5835623293df4fcc706d2 (patch) | |
tree | 1792c1ba63414307a91853a8e2c8d139794f9c0c /templates | |
parent | 7b34f6f1dac2c0b09b98e937226e43e0a6d09cf1 (diff) | |
parent | 1902500b0dcefa20627129b48c8131da8798c169 (diff) | |
download | gitea-adedd9181c07ed926bf5835623293df4fcc706d2.tar.gz gitea-adedd9181c07ed926bf5835623293df4fcc706d2.zip |
Merge branch 'master' of github.com:gogits/gogs
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/single.tmpl | 2 |
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> |