forked from PTFS-Europe/ems-email
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit adds email templates for a new query email message
- Loading branch information
Andrew Isherwood
committed
Dec 3, 2020
1 parent
b88c707
commit cee7ee1
Showing
4 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
p Dear #{name} | ||
|
||
p The following queries have been created: | ||
|
||
ul | ||
each query in queries | ||
li | ||
if query.query.messageCount !== 1 | ||
a(href="#{query.url}") #{query.query.title}: #{query.query.messageCount} new messages - #{query.url} | ||
else | ||
a(href="#{query.url}") #{query.query.title}: #{query.query.messageCount} new message - #{query.url} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
= 'New queries have been submitted' |
File renamed without changes.
File renamed without changes.