summaryrefslogtreecommitdiffstats
path: root/templates/email_footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/email_footer.html')
-rw-r--r--templates/email_footer.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/email_footer.html b/templates/email_footer.html
new file mode 100644
index 000000000..6dc7fa483
--- /dev/null
+++ b/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>
+ {{.Props.Footer}}
+ </p>
+</td>
+
+{{end}}