Merge branch 'next' into dev/image
[Sone.git] / src / main / resources / templates / notify / rescuingSonesNotification.html
diff --git a/src/main/resources/templates/notify/rescuingSonesNotification.html b/src/main/resources/templates/notify/rescuingSonesNotification.html
deleted file mode 100644 (file)
index eef06ac..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<div class="text">
-       <%= Notification.SoneIsBeingRescued.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>