Add new reply notification.
[Sone.git] / src / main / resources / templates / notify / newReplyNotification.html
diff --git a/src/main/resources/templates/notify/newReplyNotification.html b/src/main/resources/templates/notify/newReplyNotification.html
new file mode 100644 (file)
index 0000000..457e410
--- /dev/null
@@ -0,0 +1,6 @@
+<div class="text">
+       <%= 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>
+       <%/foreach>
+</div>