From f2765abbee6001759f74f6c9e1161d2f02a58b2f Mon Sep 17 00:00:00 2001 From: lowercasename Date: Fri, 10 Jan 2020 21:53:13 +1100 Subject: Fixed a bug in iCal file import --- views/layouts/email.handlebars | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'views/layouts') diff --git a/views/layouts/email.handlebars b/views/layouts/email.handlebars index 6158ddb..2b54d6e 100644 --- a/views/layouts/email.handlebars +++ b/views/layouts/email.handlebars @@ -105,6 +105,11 @@ + + +
+ +
{{{ body }}} -- cgit v1.2.3 From 5dcb3707c095af414f7e5e5b5bfb472f360a4216 Mon Sep 17 00:00:00 2001 From: lowercasename Date: Fri, 10 Jan 2020 21:56:29 +1100 Subject: Revert "Fixed a bug in iCal file import" This reverts commit f2765abbee6001759f74f6c9e1161d2f02a58b2f. --- views/layouts/email.handlebars | 5 ----- 1 file changed, 5 deletions(-) (limited to 'views/layouts') diff --git a/views/layouts/email.handlebars b/views/layouts/email.handlebars index 2b54d6e..6158ddb 100644 --- a/views/layouts/email.handlebars +++ b/views/layouts/email.handlebars @@ -105,11 +105,6 @@
- - -
- -
{{{ body }}} -- cgit v1.2.3 From 7877e73537a0ce0650cc6bb073c9a81432bd35e1 Mon Sep 17 00:00:00 2001 From: lowercasename Date: Fri, 10 Jan 2020 22:03:45 +1100 Subject: Fixed a bug in iCal file import; added logo to emails --- views/layouts/email.handlebars | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'views/layouts') diff --git a/views/layouts/email.handlebars b/views/layouts/email.handlebars index 6158ddb..2b54d6e 100644 --- a/views/layouts/email.handlebars +++ b/views/layouts/email.handlebars @@ -105,6 +105,11 @@
+ + +
+ +
{{{ body }}} -- cgit v1.2.3