diff --git a/api/team.go b/api/team.go index 8e5d634aa3..bb60e0720b 100644 --- a/api/team.go +++ b/api/team.go @@ -432,9 +432,9 @@ func emailTeams(c *Context, w http.ResponseWriter, r *http.Request) { } subjectPage := NewServerTemplatePage("find_teams_subject") - subjectPage.Props["SiteURL"] = c.GetSiteURL() + subjectPage.ClientProps["SiteURL"] = c.GetSiteURL() bodyPage := NewServerTemplatePage("find_teams_body") - bodyPage.Props["SiteURL"] = c.GetSiteURL() + bodyPage.ClientProps["SiteURL"] = c.GetSiteURL() if result := <-Srv.Store.Team().GetTeamsForEmail(email); result.Err != nil { c.Err = result.Err diff --git a/api/templates/email_change_body.html b/api/templates/email_change_body.html index 0ec4ace2a5..ac3f0dd133 100644 --- a/api/templates/email_change_body.html +++ b/api/templates/email_change_body.html @@ -9,7 +9,7 @@ diff --git a/api/templates/find_teams_body.html b/api/templates/find_teams_body.html index 9d34b7a232..3046ee5f8c 100644 --- a/api/templates/find_teams_body.html +++ b/api/templates/find_teams_body.html @@ -9,7 +9,7 @@
- +
@@ -42,7 +42,7 @@
- +

- +

(c) 2015 SpinPunch, Inc. 855 El Camino Real, 13A-168, Palo Alto, CA, 94301.
diff --git a/api/templates/invite_body.html b/api/templates/invite_body.html index 9e1ce33b2e..fdfcfa9f16 100644 --- a/api/templates/invite_body.html +++ b/api/templates/invite_body.html @@ -9,7 +9,7 @@ diff --git a/api/templates/password_change_body.html b/api/templates/password_change_body.html index 3fef3a5c86..c420d7a694 100644 --- a/api/templates/password_change_body.html +++ b/api/templates/password_change_body.html @@ -9,7 +9,7 @@
- +
diff --git a/api/templates/post_body.html b/api/templates/post_body.html index a6b81e2f62..1dd30ca450 100644 --- a/api/templates/post_body.html +++ b/api/templates/post_body.html @@ -9,7 +9,7 @@
- +
diff --git a/api/templates/reset_body.html b/api/templates/reset_body.html index dc6152627b..d388689cf3 100644 --- a/api/templates/reset_body.html +++ b/api/templates/reset_body.html @@ -9,7 +9,7 @@
- +
diff --git a/api/templates/signup_team_body.html b/api/templates/signup_team_body.html index e6ffb3a5bf..83c1679b9f 100644 --- a/api/templates/signup_team_body.html +++ b/api/templates/signup_team_body.html @@ -9,7 +9,7 @@
- +
diff --git a/api/templates/verify_body.html b/api/templates/verify_body.html index 8187c89082..def067a840 100644 --- a/api/templates/verify_body.html +++ b/api/templates/verify_body.html @@ -9,7 +9,7 @@
- +
diff --git a/api/templates/welcome_body.html b/api/templates/welcome_body.html index 5fe3450b72..ff31ee8d5e 100644 --- a/api/templates/welcome_body.html +++ b/api/templates/welcome_body.html @@ -9,7 +9,7 @@
- +
diff --git a/web/react/components/team_signup_choose_auth.jsx b/web/react/components/team_signup_choose_auth.jsx index b8264b887c..8cdeace036 100644 --- a/web/react/components/team_signup_choose_auth.jsx +++ b/web/react/components/team_signup_choose_auth.jsx @@ -52,7 +52,7 @@ export default class ChooseAuthPage extends React.Component { ); diff --git a/web/react/components/team_signup_with_email.jsx b/web/react/components/team_signup_with_email.jsx index 4fb1c0d017..f27def1912 100644 --- a/web/react/components/team_signup_with_email.jsx +++ b/web/react/components/team_signup_with_email.jsx @@ -69,7 +69,7 @@ export default class EmailSignUpPage extends React.Component { ); diff --git a/web/react/components/team_signup_with_sso.jsx b/web/react/components/team_signup_with_sso.jsx index 14f281f7a3..5267f44b6b 100644 --- a/web/react/components/team_signup_with_sso.jsx +++ b/web/react/components/team_signup_with_sso.jsx @@ -112,7 +112,7 @@ export default class SSOSignUpPage extends React.Component { {serverError} ); diff --git a/web/static/images/Battlehouse-logodark.png b/web/static/images/Battlehouse-logodark.png deleted file mode 100644 index 1fc5b68cac..0000000000 Binary files a/web/static/images/Battlehouse-logodark.png and /dev/null differ diff --git a/web/static/images/Mattermost-logodark.png b/web/static/images/Mattermost-logodark.png deleted file mode 100644 index c16978ba89..0000000000 Binary files a/web/static/images/Mattermost-logodark.png and /dev/null differ diff --git a/web/static/images/Bladekick-logodark.png b/web/static/images/logo-email.png similarity index 100% rename from web/static/images/Bladekick-logodark.png rename to web/static/images/logo-email.png
- +