From 80653fc4094a2bb75991d8f87094b95f1dc9a3de Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Mon, 18 Oct 2010 22:31:41 +0200 Subject: [PATCH] Use post view. --- src/main/resources/templates/viewSone.html | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 46c98da..dea7f53 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -22,26 +22,7 @@
<%foreach sone.posts post> -
- -
<% post.text|html>
-
<% post.time|date format="MMM d, yyyy, HH:mm:ss">
-
- <%foreach post.replies reply> -
- -
<% reply.text|html>
-
<% reply.time|date format="MMM d, yyyy, HH:mm:ss">
-
- <%/foreach> -
-
- - - - -
-
+ <%include include/viewPost.html> <%foreachelse>
<%= Page.ViewSone.PostList.Text.NoPostYet|l10n|html>
<%/foreach> -- 2.7.4