From 9fecf96d3bf49e7c10cff58f656eabf829c83167 Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Thu, 28 Apr 2016 06:53:30 -0700 Subject: PLT-2687 sending email on upgrade and moving profile pic to new location (#2808) * Fixing CLI and adding unit tests * Adding the upgrade_db_30 to the help text * Adding the upgrade_db_30 to the help text * Adding the upgrade_db_30 to the help text * Fixing CLI tests * PLT-2687 sending email on upgrade and moving profile pic to new location * Fixing img move * Fixing moving of profile image * making upgrade email localizable * Fixing email template --- templates/email_footer.html | 3 --- templates/upgrade_30_body.html | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 3 deletions(-) create mode 100644 templates/upgrade_30_body.html (limited to 'templates') diff --git a/templates/email_footer.html b/templates/email_footer.html index 6dc7fa483..a15a2e908 100644 --- a/templates/email_footer.html +++ b/templates/email_footer.html @@ -1,9 +1,6 @@ {{define "email_footer"}} -

- -

(c) 2015 Mattermost, Inc. 855 El Camino Real, 13A-168, Palo Alto, CA, 94301.
{{.Props.Footer}} diff --git a/templates/upgrade_30_body.html b/templates/upgrade_30_body.html new file mode 100644 index 000000000..38de49d3b --- /dev/null +++ b/templates/upgrade_30_body.html @@ -0,0 +1,37 @@ +{{define "upgrade_30_body"}} + + + + + +
+ + + + +
+ + + + + + {{template "email_footer" . }} + +
+ + + + + + {{template "email_info" . }} + +
+ {{ .Html.Info }} +
+
+
+
+ +{{end}} + + -- cgit v1.2.3-1-g7c22