summaryrefslogtreecommitdiffhomepage
path: root/recent.tmpl
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-04-24 02:49:54 +0200
committerAki <please@ignore.pl>2021-04-24 02:49:54 +0200
commitd6226a4a928a386a29e173f7516e3c3d09681dc0 (patch)
tree1130cc49cddcee6a9529c2bab80099071299e643 /recent.tmpl
parent1cd08ba77e97014085e7f92f9ba589039b441b5a (diff)
downloadfield-d6226a4a928a386a29e173f7516e3c3d09681dc0.zip
field-d6226a4a928a386a29e173f7516e3c3d09681dc0.tar.gz
field-d6226a4a928a386a29e173f7516e3c3d09681dc0.tar.bz2
Moved storage handling to another file
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>