From 5ee96769411b083b3e20b73103a2319c4d97c296 Mon Sep 17 00:00:00 2001 From: Nick Fox Date: Wed, 20 Mar 2019 23:24:30 -0400 Subject: [PATCH 1/2] Break up long line to stop SMTP from breaking --- src/static/templates/email/send_org_invite.html.hbs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/static/templates/email/send_org_invite.html.hbs b/src/static/templates/email/send_org_invite.html.hbs index 0d8f32a1..2ec5afdc 100644 --- a/src/static/templates/email/send_org_invite.html.hbs +++ b/src/static/templates/email/send_org_invite.html.hbs @@ -101,7 +101,8 @@ Join {{org_name}} - + Join Organization Now From 7976d39d9db75eae481b7e6ddca2ae4eea47951d Mon Sep 17 00:00:00 2001 From: Nick Fox Date: Wed, 20 Mar 2019 23:29:29 -0400 Subject: [PATCH 2/2] Adjust whitespace --- src/static/templates/email/send_org_invite.html.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/templates/email/send_org_invite.html.hbs b/src/static/templates/email/send_org_invite.html.hbs index 2ec5afdc..6a9799a6 100644 --- a/src/static/templates/email/send_org_invite.html.hbs +++ b/src/static/templates/email/send_org_invite.html.hbs @@ -102,7 +102,7 @@ Join {{org_name}} + clicktracking=off target="_blank" style="color: #ffffff; text-decoration: none; text-align: center; cursor: pointer; display: inline-block; border-radius: 5px; background-color: #3c8dbc; border-color: #3c8dbc; border-style: solid; border-width: 10px 20px; margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;"> Join Organization Now