X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2FviewReply.html;h=ec628875c3fabc64b261a7c80612ad3c97566b7e;hb=e699a806f97bd3e8a5e69542306ef30b5cca0ccb;hp=4ec2e297dd177e19acc3e3a5bbf20b7ec2817a39;hpb=dc1846ee73e3005aea42d74977627866f34ffd61;p=Sone.git diff --git a/src/main/resources/templates/include/viewReply.html b/src/main/resources/templates/include/viewReply.html index 4ec2e29..ec62887 100644 --- a/src/main/resources/templates/include/viewReply.html +++ b/src/main/resources/templates/include/viewReply.html @@ -1,9 +1,10 @@ -
+
-
+ <%include include/soneMenu.html class=="sone-reply-menu" sone=reply.sone> +
Avatar Image
@@ -11,7 +12,7 @@ <% reply.text|html|store key=originalText text=true> <% reply.text|parse sone=reply.sone|store key=parsedText text=true> - <% reply.text|parse sone=reply.sone length=200|store key=shortText text=true> + <% reply.text|parse sone=reply.sone length=core.preferences.charactersPerPost|store key=shortText text=true>
<% originalText>
<% parsedText>
<% shortText>