showing more information on the '/v/..' page

This commit is contained in:
Vincent Batts 2013-05-09 12:53:11 -04:00
parent c62df15429
commit db1e5050e0
1 changed files with 5 additions and 1 deletions

View File

@ -163,7 +163,11 @@ var fileViewInfoTemplateHTML = `
<br/>
[keywords:{{range $key := .Metadata.Keywords}} <a href="/k/{{$key}}">{{$key}}</a>{{end}}]
<br/>
[md5: <a href="/md5/{{.Md5}}">{{.Md5 | printf "%8.8s"}}...</a>]</li>
[md5: <a href="/md5/{{.Md5}}">{{.Md5}}</a>]
<br/>
[size: {{.Length}}]
<br/>
[UploadDate: {{.Metadata.TimeStamp}}]
{{end}}
`