aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/templates/email
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2021-03-31 00:21:12 +0300
committerGravatar Vitaly Takmazov2021-03-31 00:21:12 +0300
commitb034b3ede4844c6873fef9b2f031d698bc8b0327 (patch)
tree580975a80d4cd13aae04f9d8aa858674b71bcc0e /src/main/resources/templates/email
parent03bf67156f0ecfcaf11c76484251bd57422cb897 (diff)
Gradle -> Maven
Diffstat (limited to 'src/main/resources/templates/email')
-rw-r--r--src/main/resources/templates/email/html.html10
-rw-r--r--src/main/resources/templates/email/plaintext.html5
2 files changed, 0 insertions, 15 deletions
diff --git a/src/main/resources/templates/email/html.html b/src/main/resources/templates/email/html.html
deleted file mode 100644
index 086df532..00000000
--- a/src/main/resources/templates/email/html.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{{ messageBody | raw }}
-<br />
-<br />
---
-<br />
-You are receiving this because you are subscribed to this user, discussion, tag or mentioned.
-Reply to this email directly or <a href="{{ messageUrl }}">
- {% if msg.mid > 0 %}<img src="https://api.juick.com/thread/mark_read/{{ msg.mid }}-{{ msg.rid }}.gif?hash={{ hash }}" />{% endif %}view it</a> on Juick.
-<br />
-<a href="https://juick.com/settings?hash={{ hash }}">Configure or disable notifications</a> \ No newline at end of file
diff --git a/src/main/resources/templates/email/plaintext.html b/src/main/resources/templates/email/plaintext.html
deleted file mode 100644
index a0df0038..00000000
--- a/src/main/resources/templates/email/plaintext.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{{ messageBody }}
-
---
-You are receiving this because you are subscribed to this user, discussion, tag or mentioned.
-Reply to this email directly or view it on Juick: {{ messageUrl }} \ No newline at end of file