From: David ‘Bombe’ Roden Date: Thu, 14 Oct 2010 10:22:23 +0000 (+0200) Subject: Add a Sone’s replies. X-Git-Tag: 0.1-RC1~404 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=3057b4c74a69b4a2c58f0b75aff62d44747934d3 Add a Sone’s replies. --- diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml index a0fc281..948b29f 100644 --- a/src/main/resources/templates/insert/sone.xml +++ b/src/main/resources/templates/insert/sone.xml @@ -20,4 +20,16 @@ <%/foreach> + + <%foreach currentSone.replies reply> + + <% reply.id> + <% reply.post.sone.requestUri|html> + <% reply.post.id> + + <% reply.text> + + <%/foreach> + +