diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2014-03-14 22:36:22 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2014-03-14 22:36:22 +0800 |
commit | 607303e4dee3ddf9ba3d9d67b0186fc5213b167b (patch) | |
tree | 3c662c1122423c4a4ec1973f5b944830234e1aa4 /templates/repo/single.tmpl | |
parent | 1902500b0dcefa20627129b48c8131da8798c169 (diff) | |
download | gitea-607303e4dee3ddf9ba3d9d67b0186fc5213b167b.tar.gz gitea-607303e4dee3ddf9ba3d9d67b0186fc5213b167b.zip |
add id
Diffstat (limited to 'templates/repo/single.tmpl')
-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 42e09b9a2f..c83fcd93cd 100644 --- a/templates/repo/single.tmpl +++ b/templates/repo/single.tmpl @@ -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> |