Add element IDs to new-element notifications.
[Sone.git] / src / main / resources / templates / notify / newReplyNotification.html
index 21a5ca0..1253da5 100644 (file)
@@ -12,6 +12,7 @@
        </form>
        <%= Notification.NewReply.Text|l10n|html>
        <%foreach replies reply>
+               <div class="hidden reply-id"><%reply.id|html></div>
                <a class="link-<% reply.post.id|html>" href="viewPost.html?post=<% reply.post.id|html>"><% reply.sone.niceName|html></a><%notlast>,<%/notlast><%last>.<%/last>
        <%/foreach>
 </div>