From: David ‘Bombe’ Roden Date: Thu, 14 Oct 2010 09:20:35 +0000 (+0200) Subject: Store all posts in the Sone. X-Git-Tag: 0.1-RC1~417 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=7d22edfcaf45fd733fe4374e720c831793a998cc Store all posts in the Sone. --- diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml index 5f72f18..b6668d6 100644 --- a/src/main/resources/templates/insert/sone.xml +++ b/src/main/resources/templates/insert/sone.xml @@ -9,4 +9,13 @@ <% currentSone.profile.lastName|html> + + <%foreach posts post> + + + <% post.text|html> + + <%/foreach> + +