From: David ‘Bombe’ Roden Date: Sat, 16 Oct 2010 00:36:52 +0000 (+0200) Subject: Show replies and reply posting form on index page. X-Git-Tag: 0.1-RC1~303 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;ds=sidebyside;h=284259bbc04105105abb089680ea538f2fb8709d;p=Sone.git Show replies and reply posting form on index page. --- diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 9046406..c18a99d 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -33,6 +33,21 @@
<% 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> +
+
+ + + + +
+
<%foreachelse>
<%= Page.Index.PostList.Text.NoPostYet|l10n|html>
<%/foreach>