X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FviewSone.html;h=a7686c9e759c2bf72abcd5b7e96cc005093dca16;hb=d71e8718a32c7053b352ba6d76100c24ecbeacea;hp=8d308a1a531d18a9a49112b6c635710a11ed3b34;hpb=c28a1233dc8daf4713b53f688110e0332e7a7340;p=Sone.git diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 8d308a1..a7686c9 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -27,6 +27,21 @@
<% post.text|html>
<% post.time|date format="MMM d, yyyy, HH:mm:ss">
+ <%foreach post.replies reply> +
+
<% reply.sone.niceName|html>
+
<% reply.text|html>
+
<% reply.time|date format="MMM d, yyyy, HH:mm:ss">
+
+ <%/foreach> +
+
+ + + + +
+
<%foreachelse>
<%= Page.ViewSone.PostList.Text.NoPostYet|l10n|html>
<%/foreach>