From 26b86cb3efae46064022466dac418161ec4d4c28 Mon Sep 17 00:00:00 2001 From: Allan Guwatudde Date: Tue, 23 Mar 2021 02:19:38 +0300 Subject: [PATCH] [MM-34129] - Cloud 'Congratulations!' email format broken (#17198) Co-authored-by: Mattermod --- templates/cloud_welcome_email.html | 267 +++++++++++++++++------------ 1 file changed, 160 insertions(+), 107 deletions(-) diff --git a/templates/cloud_welcome_email.html b/templates/cloud_welcome_email.html index 20c28cd666..49b937c4b8 100644 --- a/templates/cloud_welcome_email.html +++ b/templates/cloud_welcome_email.html @@ -1,116 +1,169 @@ {{define "cloud_welcome_email"}} - - -
-
-
- logo_email_blue -
-
-

- {{.Props.Title}} -

-

- {{.Props.Info}} {{.Props.DNS}}. {{.Props.Info2}} -

-

- - {{.Props.Button }} - -

-
+ + + + + + + - - +
+ + + + +
+ + + + +
+ logo_email_blue +
+ + + + +
+

+ {{.Props.Title}} +

+

+ {{.Props.Info}} {{.Props.DNS}}. + {{.Props.Info2}} +

+

+ {{.Props.Button}} +

+
+ + + + +
+

+ {{.Props.SubTitle}} +

+

+ {{.Props.SubTitleInfo}} +

+
+ + + + +
+
+ + + + + + + {{.Props.InviteInfo}} + +

+ {{.Props.InviteSubInfo}} + {{.Props.InviteSubInfoLink}} +

+
-
-

- {{.Props.SubTitle}} -

-

- {{.Props.SubTitleInfo}} -

-
+
+ + + + + + + {{.Props.AddAppsInfo}} + +

+ {{.Props.AddAppsSubInfo}} + {{.Props.AppMarketPlace}} +

+
-
- - - - - - - {{.Props.InviteInfo}} - -

- {{.Props.InviteSubInfo}} - {{.Props.InviteSubInfoLink}} -

-
+
+ + + + + + + {{.Props.DownloadMMInfo}} + +

+ {{.Props.SignInSubInfo}} {{.Props.MMApps}} + {{.Props.SignInSubInfo2}} +

+
+
+ + + + +
+

+ {{.Props.GettingStartedQuestions}} support@mattermost.com. +

-
- - - - - - - {{.Props.AddAppsInfo}} - -

- {{.Props.AddAppsSubInfo}} {{.Props.AppMarketPlace}} -

-
+
+ + + + +
+ invite_illustration -
- - - - - - - {{.Props.DownloadMMInfo}} - -

- {{.Props.SignInSubInfo}} {{.Props.MMApps}} {{.Props.SignInSubInfo2}} -

-
+
+ + + + +
+

+ © 2020 Mattermost, Inc. 855 El Camino Real, 13A-168, Palo Alto, CA, 94301 +

+
-
-

- {{.Props.GettingStartedQuestions}} support@mattermost.com. -

-
-
- invite_illustration -
-
-

- © 2020 Mattermost, Inc. 855 El Camino Real, 13A-168, Palo Alto, CA, 94301 -

-
- +
+
-{{end}} \ No newline at end of file +{{end}}