From 6b7438b52fdaabe46cb298af1b325c3d8ece1af4 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Fri, 29 Jan 2016 13:48:12 -0300 Subject: PLT-7: Refactoring frontend (chunk 6) - Authorize - Signup Team Confirm - Footer --- web/templates/authorize.html | 18 ++---------------- web/templates/footer.html | 8 ++++---- web/templates/signup_team_confirm.html | 9 ++++----- 3 files changed, 10 insertions(+), 25 deletions(-) (limited to 'web/templates') diff --git a/web/templates/authorize.html b/web/templates/authorize.html index 430291676..0fa36b0ab 100644 --- a/web/templates/authorize.html +++ b/web/templates/authorize.html @@ -2,24 +2,10 @@ {{template "head" . }} -
-
-
-
- -
-
An application would like to connect to your {{.Props.TeamName}} account.
-
-

The app {{.Props.AppName}} would like the ability to access Mattermost on your behalf.

-

Allow {{.Props.AppName}} access?

-
- - -
-
+
diff --git a/web/templates/footer.html b/web/templates/footer.html index 60dd5a40e..5b11328fb 100644 --- a/web/templates/footer.html +++ b/web/templates/footer.html @@ -5,10 +5,10 @@
© 2015 Mattermost, Inc. - Help - Terms - Privacy - About + {{ .ClientCfg.FooterHelp }} + {{ .ClientCfg.FooterTerms }} + {{ .ClientCfg.FooterPrivacy }} + {{ .ClientCfg.FooterAbout }}
{{end}} -- cgit v1.2.3-1-g7c22