diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2014-03-13 14:50:09 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2014-03-13 14:50:09 +0800 |
commit | 3a1fa012f7069c5d6b606a3330ec68abdcc125ed (patch) | |
tree | 2a06f9d85904951cbee4579d1ae2183ebaebaf67 /templates/repo | |
parent | 18ba14913746c6c436c4632bdc9174ecfcd59dda (diff) | |
download | gitea-3a1fa012f7069c5d6b606a3330ec68abdcc125ed.tar.gz gitea-3a1fa012f7069c5d6b606a3330ec68abdcc125ed.zip |
update repo page
Diffstat (limited to 'templates/repo')
-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> |