Add easily identifiable link class.
[Sone.git] / src / main / resources / templates / notify / newPostNotification.html
index e5d7792..177b470 100644 (file)
@@ -12,6 +12,6 @@
        </form>
        <%= Notification.NewPost.Text|l10n|html>
        <%foreach posts post>
-               <a href="viewPost.html?post=<% post.id|html>"><% post.sone.niceName|html></a><%notlast>,<%/notlast><%last>.<%/last>
+               <a class="link-<% post.id|html>" href="viewPost.html?post=<% post.id|html>"><% post.sone.niceName|html></a><%notlast>,<%/notlast><%last>.<%/last>
        <%/foreach>
 </div>