summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDavid Lu <david.lu@hotmail.com>2016-06-16 05:44:02 -0700
committerHarrison Healey <harrisonmhealey@gmail.com>2016-06-16 08:44:02 -0400
commit3f333678d8b1f73dd66dca9a1a390169aaebaac8 (patch)
treebf1f352535f02a2d37bed46870fcc469b5a3b2d0 /templates
parent4e38796e6964e22b61293568c85cea5e82c8e533 (diff)
downloadchat-3f333678d8b1f73dd66dca9a1a390169aaebaac8.tar.gz
chat-3f333678d8b1f73dd66dca9a1a390169aaebaac8.tar.bz2
chat-3f333678d8b1f73dd66dca9a1a390169aaebaac8.zip
PLT-2971 Added email footer for address (#3319)
* Added email footer for address * added default * Update html.go * Changed according to PM
Diffstat (limited to 'templates')
-rw-r--r--templates/email_footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/email_footer.html b/templates/email_footer.html
index a15a2e908..33b3d9ef6 100644
--- a/templates/email_footer.html
+++ b/templates/email_footer.html
@@ -2,7 +2,7 @@
<td style="text-align: center;color: #AAA; font-size: 11px; padding-bottom: 10px;">
<p style="padding: 0 50px;">
- (c) 2015 Mattermost, Inc. 855 El Camino Real, 13A-168, Palo Alto, CA, 94301.<br>
+ {{.Props.Organization}}<br>
{{.Props.Footer}}
</p>
</td>