From: David ‘Bombe’ Roden Date: Wed, 20 Oct 2010 05:22:14 +0000 (+0200) Subject: Use an HTML form to delete replies. X-Git-Tag: 0.1-RC1~168 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=768fe1a93c996bf0c35283c7655725f486b93fb6;hp=9a49215476e139cf20ed4b5b85bcdbb4d8d71704;p=Sone.git Use an HTML form to delete replies. --- diff --git a/src/main/resources/templates/include/viewPost.html b/src/main/resources/templates/include/viewPost.html index adeb92a..edd5368 100644 --- a/src/main/resources/templates/include/viewPost.html +++ b/src/main/resources/templates/include/viewPost.html @@ -16,7 +16,14 @@
<% reply.time|date format="MMM d, yyyy, HH:mm:ss">
- <%if reply.sone.current><%/if> + <%if reply.sone.current> +
+ + + + +
+ <%/if>
<%/foreach>