diff options
| author | lowercasename <raphaelkabo@gmail.com> | 2020-01-10 22:03:45 +1100 | 
|---|---|---|
| committer | lowercasename <raphaelkabo@gmail.com> | 2020-01-10 22:05:28 +1100 | 
| commit | 7877e73537a0ce0650cc6bb073c9a81432bd35e1 (patch) | |
| tree | dbb6c3877ce8289d8d534f14f505f5124d3dacf6 /views | |
| parent | 5dcb3707c095af414f7e5e5b5bfb472f360a4216 (diff) | |
Fixed a bug in iCal file import; added logo to emails
Diffstat (limited to 'views')
| -rw-r--r-- | views/layouts/email.handlebars | 5 | 
1 files changed, 5 insertions, 0 deletions
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 @@ -106,6 +106,11 @@                  <td class="wrapper" style="font-family: sans-serif; font-size: 14px; vertical-align: top; box-sizing: border-box; padding: 20px;">                    <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;">                      <tr> +                      <td style="font-family: sans-serif; font-size: 14px; vertical-align: top; text-align: right; padding-bottom: 14px;"> +                        <img src="{{#if siteLogo}}{{siteLogo}}{{else}}https://{{domain}}/images/gathio-email-logo.gif{{/if}}"> +                      </td> +                    </tr> +                    <tr>                        <td style="font-family: sans-serif; font-size: 14px; vertical-align: top;">                          {{{ body }}}                        </td>  | 
