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/?a=commitdiff_plain;h=d71e8718a32c7053b352ba6d76100c24ecbeacea;hp=c28a1233dc8daf4713b53f688110e0332e7a7340;p=Sone.git 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>