From 31498619c5f1a97b507ae21ee822cea17481561c Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Sun, 14 Nov 2010 20:29:37 +0100 Subject: [PATCH] Add missing template for new sone notification. --- src/main/resources/templates/notify/newSoneNotification.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 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 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> +
-- 2.7.4