From 720418872c13262688f89625dabe1edbfca09ece Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 14 Oct 2010 18:11:00 +0200 Subject: [PATCH] Add friends to Sone. --- src/main/resources/templates/insert/sone.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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> + + -- 2.7.4