From: David ‘Bombe’ Roden Date: Sat, 16 Oct 2010 09:48:29 +0000 (+0200) Subject: Show replies to posts in remote Sone. X-Git-Tag: 0.1-RC1~280 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=d71e8718a32c7053b352ba6d76100c24ecbeacea Show replies to posts in remote Sone. --- diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 8d308a1..a7686c9 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -27,6 +27,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.ViewSone.PostList.Text.NoPostYet|l10n|html>
<%/foreach>