We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be8414 commit 267fc3cCopy full SHA for 267fc3c
.gitignore
@@ -7,4 +7,5 @@ config.yaml
7
captcha.json
8
db.json
9
.nrepl-port
10
-*.jar
+*.jar
11
+template-email.html
resources/template-email.html
@@ -348,8 +348,8 @@
348
<table role="presentation" border="0" cellpadding="0" cellspacing="0">
349
<tr>
350
<td>
351
- <p>Hi {{ author }},</p>
352
- <p>you received a <b>new comment</b> on the message you wrote in an article.</p>
+ <p>Hi,</p>
+ <p>you received a <b>new comment</b> from <b>{{ author }}</b> on the message you wrote in an article.</p>
353
<table role="presentation" border="0" cellpadding="0" cellspacing="0" class="btn btn-primary">
354
<tbody>
355
0 commit comments