From: David ‘Bombe’ Roden Date: Thu, 14 Oct 2010 16:11:00 +0000 (+0200) Subject: Add friends to Sone. X-Git-Tag: 0.1-RC1~361 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=720418872c13262688f89625dabe1edbfca09ece Add friends to Sone. --- diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml index 83969fa..53ffabd 100644 --- a/src/main/resources/templates/insert/sone.xml +++ b/src/main/resources/templates/insert/sone.xml @@ -34,4 +34,14 @@ <%/foreach> + + <%foreach currentSone.friends friend> + + <% friend.id|html> + <% friend.requestUri|html> + <% friend.niceName|html> + + <%/foreach> + +