summaryrefslogtreecommitdiffstats
path: root/api/templates/email_footer.html
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-12-11 11:22:12 -0800
committerReed Garmsen <rgarmsen2295@gmail.com>2015-12-11 11:44:07 -0800
commit75ce7548603072fe19f5230bd59596cc4e5959e5 (patch)
tree5fc6f24a6b250824a783e5c7817c829584fa872e /api/templates/email_footer.html
parentce03fbc6d8176b6d5a903312241a948f59785a04 (diff)
downloadchat-75ce7548603072fe19f5230bd59596cc4e5959e5.tar.gz
chat-75ce7548603072fe19f5230bd59596cc4e5959e5.tar.bz2
chat-75ce7548603072fe19f5230bd59596cc4e5959e5.zip
Fixed broken unsubscribe instructions
Diffstat (limited to 'api/templates/email_footer.html')
-rw-r--r--api/templates/email_footer.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/api/templates/email_footer.html b/api/templates/email_footer.html
new file mode 100644
index 000000000..e3ff9c584
--- /dev/null
+++ b/api/templates/email_footer.html
@@ -0,0 +1,13 @@
+{{define "email_footer"}}
+
+<td style="text-align: center;color: #AAA; font-size: 11px; padding-bottom: 10px;">
+ <p style="margin: 25px 0;">
+ <img width="65" src="{{.Props.SiteURL}}/static/images/circles.png" alt="">
+ </p>
+ <p style="padding: 0 50px;">
+ (c) 2015 Mattermost, Inc. 855 El Camino Real, 13A-168, Palo Alto, CA, 94301.<br>
+ To change your notification preferences, log in to your team site and go to Account Settings > Notifications.
+ </p>
+</td>
+
+{{end}}