From df4c603dea022146476812cbbc2b9f8f1e5e4870 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Tue, 5 May 2020 20:22:22 +0200 Subject: Switch emails to pug templates and provide richer html/text-only versions --- server/lib/emails/follower-on-channel/html.pug | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 server/lib/emails/follower-on-channel/html.pug (limited to 'server/lib/emails/follower-on-channel') diff --git a/server/lib/emails/follower-on-channel/html.pug b/server/lib/emails/follower-on-channel/html.pug new file mode 100644 index 000000000..8a352e90f --- /dev/null +++ b/server/lib/emails/follower-on-channel/html.pug @@ -0,0 +1,9 @@ +extends ../common/greetings + +block title + | New follower on your channel + +block content + p. + Your #{followType} #[a(href=followingUrl) #{followingName}] has a new subscriber: + #[a(href=followerUrl) #{followerName}]. \ No newline at end of file -- cgit v1.2.3