From: David ‘Bombe’ Roden Date: Mon, 18 Oct 2010 20:31:41 +0000 (+0200) Subject: Use post view. X-Git-Tag: 0.1-RC1~209 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=80653fc4094a2bb75991d8f87094b95f1dc9a3de Use post view. --- 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>