Display new post notifications.
[Sone.git] / src / main / resources / templates / notify / newPostNotification.html
diff --git a/src/main/resources/templates/notify/newPostNotification.html b/src/main/resources/templates/notify/newPostNotification.html
new file mode 100644 (file)
index 0000000..5889ef5
--- /dev/null
@@ -0,0 +1,6 @@
+<div class="text">
+       <%= 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>
+       <%/foreach>
+</div>