summaryrefslogtreecommitdiffstats
path: root/api/templates/email_footer.html
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-03-14 10:23:51 -0700
committer=Corey Hulen <corey@hulen.com>2016-03-14 10:23:51 -0700
commitea3f25924ea64a2dd1e73624c0d30824e1efb240 (patch)
treea4a2b2bdc37bd675fb89837713995ad44a27427b /api/templates/email_footer.html
parent397ebec88c2db3569efd77238bf877e976492d34 (diff)
parentbf7ae0711743926cfbb031675cc3320d7a942465 (diff)
downloadchat-ea3f25924ea64a2dd1e73624c0d30824e1efb240.tar.gz
chat-ea3f25924ea64a2dd1e73624c0d30824e1efb240.tar.bz2
chat-ea3f25924ea64a2dd1e73624c0d30824e1efb240.zip
Merge branch 'master' into PLT-2115
Diffstat (limited to 'api/templates/email_footer.html')
-rw-r--r--api/templates/email_footer.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/api/templates/email_footer.html b/api/templates/email_footer.html
deleted file mode 100644
index 6dc7fa483..000000000
--- a/api/templates/email_footer.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{{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}}