Fixed broken unsubscribe instructions

Этот коммит содержится в:
Reed Garmsen
2015-12-11 11:22:12 -08:00
родитель ce03fbc6d8
Коммит 75ce754860
12 изменённых файлов: 41 добавлений и 135 удалений

9
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}}