X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finsert%2Fsone.xml;h=c2d67ca06b7b72ecf9f35728a4a58d8c56323b8e;hb=00650831729195a0958521a10bf34c69f3585091;hp=948b29fdc15b4067d2527373cc57d7fdca5f2115;hpb=3057b4c74a69b4a2c58f0b75aff62d44747934d3;p=Sone.git diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml index 948b29f..c2d67ca 100644 --- a/src/main/resources/templates/insert/sone.xml +++ b/src/main/resources/templates/insert/sone.xml @@ -25,6 +25,8 @@ <% reply.id> <% reply.post.sone.requestUri|html> + <% reply.post.sone.requestUri|html> + <% reply.post.sone.niceName|html> <% reply.post.id> <% reply.text> @@ -32,4 +34,14 @@ <%/foreach> + + <%foreach currentSone.friends friend> + + <% friend.id|html> + <% friend.requestUri|html> + <% friend.name|html> + + <%/foreach> + +