summaryrefslogtreecommitdiffhomepage
path: root/recent.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'recent.tmpl')
-rw-r--r--recent.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/recent.tmpl b/recent.tmpl
index 4a64d58..b4ca11a 100644
--- a/recent.tmpl
+++ b/recent.tmpl
@@ -15,10 +15,10 @@
<table>
{{range .}}
<tr>
- <td><a href="/view/{{.Name}}">{{.Name}}</a>
+ <td><a href="/view/{{.Id}}">{{.Id}}</a>
<td>some wrecks
<td>some grids
- <td>{{.ModTime.Format "January 02, 2006 15:04 UTC"}}
+ <td>{{.Date.Format "January 02, 2006 15:04 UTC"}}
{{end}}
</table>
<h2>About</h2>