Add missing template for new sone notification.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 14 Nov 2010 19:29:37 +0000 (20:29 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 14 Nov 2010 19:29:37 +0000 (20:29 +0100)
src/main/resources/templates/notify/newSoneNotification.html [new file with mode: 0644]

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>