X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2FviewPost.html;h=d212c396a9598f2594c6a92d83507bf6b040b3a9;hb=9022be629f86cd0d85477c65dbd6a8085c48a4d7;hp=edd53685cb142fc6cc50560b5c3e7a6767856762;hpb=768fe1a93c996bf0c35283c7655725f486b93fb6;p=Sone.git diff --git a/src/main/resources/templates/include/viewPost.html b/src/main/resources/templates/include/viewPost.html index edd5368..d212c39 100644 --- a/src/main/resources/templates/include/viewPost.html +++ b/src/main/resources/templates/include/viewPost.html @@ -1,15 +1,39 @@ -
+
<% post.text|html>
- <%if post.sone.current><%/if> +
⬆
+ <%ifnull ! currentSone> +
+ + + + + +
+
+ + + + + +
+ <%/if> + <%if post.sone.current> +
+ + + + +
+ <%/if>
<%foreach post.replies reply> -
+
<% reply.text|html>
@@ -27,13 +51,16 @@
<%/foreach> -
-
- - - - -
-
+ <%ifnull ! currentSone> +
+
+ + + + + +
+
+ <%/if>