summaryrefslogtreecommitdiffstats
path: root/api/templates/welcome_body.html
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2015-09-25 09:43:22 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2015-09-25 09:43:22 -0400
commit4a871e9df8f18f364dd1e6ba6092424941a53ebe (patch)
tree00e321e622428a441b2280c0a4dc5683d13aea84 /api/templates/welcome_body.html
parent1a92a3cc79bb73d7390c7b8972d6bf92664e972b (diff)
parent84763e9bde1293fe5ff909e268debc46bb199d89 (diff)
downloadchat-4a871e9df8f18f364dd1e6ba6092424941a53ebe.tar.gz
chat-4a871e9df8f18f364dd1e6ba6092424941a53ebe.tar.bz2
chat-4a871e9df8f18f364dd1e6ba6092424941a53ebe.zip
Merge pull request #799 from mattermost/plt-31-2
PLT-31 Added welcome email back in.
Diffstat (limited to 'api/templates/welcome_body.html')
-rw-r--r--api/templates/welcome_body.html12
1 files changed, 3 insertions, 9 deletions
diff --git a/api/templates/welcome_body.html b/api/templates/welcome_body.html
index c75e14c6a..5fe3450b7 100644
--- a/api/templates/welcome_body.html
+++ b/api/templates/welcome_body.html
@@ -17,15 +17,9 @@
<table border="0" cellpadding="0" cellspacing="0" style="padding: 20px 50px 0; text-align: center; margin: 0 auto">
<tr>
<td style="border-bottom: 1px solid #ddd; padding: 0 0 20px;">
- <h2 style="font-weight: normal; margin-top: 10px;">You joined the {{.Props.TeamDisplayName}} team at {{.ClientProps.SiteName}}!</h2>
- <p>Please let me know if you have any questions.<br>Enjoy your stay at <a href="{{.Props.TeamURL}}">{{.ClientProps.SiteName}}</a>.</p>
- </td>
- </tr>
- <tr>
- <td style="color: #999; padding-top: 20px; line-height: 25px; font-size: 13px;">
- Any questions at all, mail us any time: <a href="mailto:{{.ClientProps.FeedbackEmail}}" style="text-decoration: none; color:#2389D7;">{{.ClientProps.FeedbackEmail}}</a>.<br>
- Best wishes,<br>
- The {{.ClientProps.SiteName}} Team<br>
+ <h2 style="font-weight: normal; margin-top: 10px;">You can sign-in to your new team from the web address:</h2>
+ <a href="{{.Props.TeamURL}}">{{.Props.TeamURL}}</a>
+ <p>Mattermost lets you share messages and files from your PC or phone, with instant search and archiving.</p>
</td>
</tr>
</table>