diff options
author | Joram Wilander <jwawilander@gmail.com> | 2015-07-29 07:52:59 -0400 |
---|---|---|
committer | Joram Wilander <jwawilander@gmail.com> | 2015-07-29 07:52:59 -0400 |
commit | 63a17cf4f6c23ccd32a569194956425f22c761d6 (patch) | |
tree | ac89dcaa570edb1cb088d6000fe1db3698c1ba82 /web/templates | |
parent | d222f6c7a3c69a68879cc0fd5aeb7343d72dfb39 (diff) | |
parent | f084188010ccc0b82f17b99e5cacde74e732c318 (diff) | |
download | chat-63a17cf4f6c23ccd32a569194956425f22c761d6.tar.gz chat-63a17cf4f6c23ccd32a569194956425f22c761d6.tar.bz2 chat-63a17cf4f6c23ccd32a569194956425f22c761d6.zip |
Merge pull request #265 from mattermost/mm-1711
MM-1711 update sign-up and login UI
Diffstat (limited to 'web/templates')
-rw-r--r-- | web/templates/signup_team.html | 4 | ||||
-rw-r--r-- | web/templates/signup_team_complete.html | 2 | ||||
-rw-r--r-- | web/templates/signup_user_complete.html | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/web/templates/signup_team.html b/web/templates/signup_team.html index b86590589..b84b8e486 100644 --- a/web/templates/signup_team.html +++ b/web/templates/signup_team.html @@ -9,8 +9,8 @@ <div class="col-sm-12"> <div class="signup-team__container"> <img class="signup-team-logo" src="/static/images/logo.png" /> - <h2>All team communication in one place, searchable and accessible anywhere</h2> - <h4 class="text--light">{{ .SiteName }} is free for an unlimited time, for unlimited users </h4 class="text--light"> + <h1>Mattermost</h1> + <h4 class="color--light">All team communication in one place, searchable and accesible anywhere</h4> <div id="signup-team"></div> </div> </div> diff --git a/web/templates/signup_team_complete.html b/web/templates/signup_team_complete.html index 674e54ee2..041889435 100644 --- a/web/templates/signup_team_complete.html +++ b/web/templates/signup_team_complete.html @@ -19,7 +19,7 @@ </div> </div> <script> -window.setup_signup_team_complete_page('{{.Props.Email}}', '{{.Props.DisplayName}}', '{{.Props.Data}}', '{{.Props.Hash}}'); +window.setup_signup_team_complete_page('{{.Props.Email}}', '{{.Props.Data}}', '{{.Props.Hash}}'); </script> </body> </html> diff --git a/web/templates/signup_user_complete.html b/web/templates/signup_user_complete.html index 176ca77b1..e9f6bafcf 100644 --- a/web/templates/signup_user_complete.html +++ b/web/templates/signup_user_complete.html @@ -7,7 +7,7 @@ <div class="inner__wrap"> <div class="row content"> <div class="col-sm-12"> - <div class="signup-team__container"> + <div class="signup-team__container padding--less"> <div id="signup-user-complete"></div> </div> </div> |