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