From 4388eb3b15fccdb6891da15b7e61731b5ae8a9d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Sat, 16 Oct 2010 02:57:24 +0200 Subject: [PATCH] =?utf8?q?Link=20date=20to=20=E2=80=9Cview=20post=E2=80=9D?= =?utf8?q?=20page.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index c18a99d..9573b9d 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -31,7 +31,7 @@
<% post.text|html>
-
<% post.time|date format="MMM d, yyyy, HH:mm:ss">
+
<%foreach post.replies reply>
-- 2.7.4