Add missing template for new sone notification.
[Sone.git] / src / main / resources / templates / notify / newSoneNotification.html
diff --git a/src/main/resources/templates/notify/newSoneNotification.html b/src/main/resources/templates/notify/newSoneNotification.html
new file mode 100644 (file)
index 0000000..a13d686
--- /dev/null
@@ -0,0 +1,6 @@
+<div class="text">
+       <%= Notification.NewSone.Text|l10n|html>
+       <%foreach sones sone>
+               <a href="viewSone.html?sone=<% sone.id|html>" title="<% sone.requestUri|html>"><% sone.niceName|html></a><%notlast>,<%/notlast><%last>.<%/last>
+       <%/foreach>
+</div>