From: David ‘Bombe’ Roden Date: Sun, 14 Nov 2010 19:29:37 +0000 (+0100) Subject: Add missing template for new sone notification. X-Git-Tag: 0.3-RC1~68 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=31498619c5f1a97b507ae21ee822cea17481561c Add missing template for new sone notification. --- diff --git a/src/main/resources/templates/notify/newSoneNotification.html b/src/main/resources/templates/notify/newSoneNotification.html new file mode 100644 index 0000000..a13d686 --- /dev/null +++ b/src/main/resources/templates/notify/newSoneNotification.html @@ -0,0 +1,6 @@ +
+ <%= Notification.NewSone.Text|l10n|html> + <%foreach sones sone> + <% sone.niceName|html><%notlast>,<%/notlast><%last>.<%/last> + <%/foreach> +