diff options
Diffstat (limited to 'server/lib/emails/follower-on-channel/html.pug')
-rw-r--r-- | server/lib/emails/follower-on-channel/html.pug | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/server/lib/emails/follower-on-channel/html.pug b/server/lib/emails/follower-on-channel/html.pug deleted file mode 100644 index 8a352e90f..000000000 --- a/server/lib/emails/follower-on-channel/html.pug +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | extends ../common/greetings | ||
2 | |||
3 | block title | ||
4 | | New follower on your channel | ||
5 | |||
6 | block content | ||
7 | p. | ||
8 | Your #{followType} #[a(href=followingUrl) #{followingName}] has a new subscriber: | ||
9 | #[a(href=followerUrl) #{followerName}]. \ No newline at end of file | ||