diff options
author | Christopher Speller <crspeller@gmail.com> | 2015-11-05 10:33:30 -0500 |
---|---|---|
committer | Christopher Speller <crspeller@gmail.com> | 2015-11-05 10:33:30 -0500 |
commit | b8a1bd03cc58a355bbc28e9cecabbe6ed04f9115 (patch) | |
tree | a4ac42d8032e92febbf2764341a2a32c1e5f6657 /api/templates/invite_body.html | |
parent | 9ed37125e9be87fe88c6a1ee65b31bbb4de81c5a (diff) | |
parent | c5cf1179e5bda6b99fd399a0aefcdfdd1daaadd9 (diff) | |
download | chat-b8a1bd03cc58a355bbc28e9cecabbe6ed04f9115.tar.gz chat-b8a1bd03cc58a355bbc28e9cecabbe6ed04f9115.tar.bz2 chat-b8a1bd03cc58a355bbc28e9cecabbe6ed04f9115.zip |
Merge pull request #1310 from mattermost/plt-697
PLT-697 Don't send welcome emails for users signing up from an email invite and update email content
Diffstat (limited to 'api/templates/invite_body.html')
-rw-r--r-- | api/templates/invite_body.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/api/templates/invite_body.html b/api/templates/invite_body.html index 930bc099d..d98f91357 100644 --- a/api/templates/invite_body.html +++ b/api/templates/invite_body.html @@ -18,10 +18,12 @@ <tr> <td style="border-bottom: 1px solid #ddd; padding: 0 0 20px;"> <h2 style="font-weight: normal; margin-top: 10px;">You've been invited</h2> - <p>{{.Props.TeamDisplayName}} started using {{.ClientCfg.SiteName}}.<br> The team {{.Props.SenderStatus}} <strong>{{.Props.SenderName}}</strong>, has invited you to join <strong>{{.Props.TeamDisplayName}}</strong>.</p> - <p style="margin: 20px 0 15px"> + <p>The team {{.Props.SenderStatus}} <strong>{{.Props.SenderName}}</strong>, has invited you to join <strong>{{.Props.TeamDisplayName}}</strong>.</p> + <p style="margin: 30px 0 15px"> <a href="{{.Props.Link}}" style="background: #2389D7; border-radius: 3px; color: #fff; border: none; outline: none; min-width: 200px; padding: 15px 25px; font-size: 14px; font-family: inherit; cursor: pointer; -webkit-appearance: none;text-decoration: none;">Join Team</a> </p> + <br/> + <p>Mattermost lets you share messages and files from your PC or phone, with instant search and archiving. After you’ve joined <strong>{{.Props.TeamDisplayName}}</strong>, you can sign-in to your new team and access these features anytime from the web address:<br/><br/><a href="{{.Props.TeamURL}}">{{.Props.TeamURL}}</a></p> </td> </tr> <tr> |