summaryrefslogtreecommitdiffstats
path: root/api/templates/email_info.html
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2015-12-14 09:57:29 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2015-12-14 09:57:29 -0500
commit398925014e7a2c2c0423d3d68434ca23a2fcc26a (patch)
tree1494c88a964ddc7844186bdccf90c7af383d93ca /api/templates/email_info.html
parent52bb7513561aa2f11ae3c572c5c315c379fd4f35 (diff)
parent75ce7548603072fe19f5230bd59596cc4e5959e5 (diff)
downloadchat-398925014e7a2c2c0423d3d68434ca23a2fcc26a.tar.gz
chat-398925014e7a2c2c0423d3d68434ca23a2fcc26a.tar.bz2
chat-398925014e7a2c2c0423d3d68434ca23a2fcc26a.zip
Merge pull request #1712 from rgarmsen2295/plt-1263
PLT-1263 Fixed broken email unsubscribe instructions
Diffstat (limited to 'api/templates/email_info.html')
-rw-r--r--api/templates/email_info.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/api/templates/email_info.html b/api/templates/email_info.html
new file mode 100644
index 000000000..48725d144
--- /dev/null
+++ b/api/templates/email_info.html
@@ -0,0 +1,9 @@
+{{define "email_info"}}
+
+<td style="color: #999; padding-top: 20px; line-height: 25px; font-size: 13px;">
+ Any questions at all, mail us any time: <a href="mailto:{{.ClientCfg.FeedbackEmail}}" style="text-decoration: none; color:#2389D7;">{{.ClientCfg.FeedbackEmail}}</a>.<br>
+ Best wishes,<br>
+ The {{.ClientCfg.SiteName}} Team<br>
+</td>
+
+{{end}}