diff options
author | Vitaly Takmazov | 2021-03-31 00:21:12 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2021-03-31 00:21:12 +0300 |
commit | b034b3ede4844c6873fef9b2f031d698bc8b0327 (patch) | |
tree | 580975a80d4cd13aae04f9d8aa858674b71bcc0e /src/main/resources/templates/email | |
parent | 03bf67156f0ecfcaf11c76484251bd57422cb897 (diff) |
Gradle -> Maven
Diffstat (limited to 'src/main/resources/templates/email')
-rw-r--r-- | src/main/resources/templates/email/html.html | 10 | ||||
-rw-r--r-- | src/main/resources/templates/email/plaintext.html | 5 |
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 |