Enhance all post and reply delete buttons.
[Sone.git] / src / main / resources / templates / include / viewPost.html
index 8b41fdb..5c9ef15 100644 (file)
@@ -16,7 +16,7 @@
        </div>
        <div class="replies">
                <%foreach post.replies reply>
-                       <div class="reply">
+                       <div id="<% reply.id|html>" class="reply">
                                <div>
                                        <div class="author profile-link"><a href="viewSone.html?sone=<% reply.sone.id|html>"><% reply.sone.niceName|html></a></div>
                                        <div class="text"><% reply.text|html></div>