summaryrefslogtreecommitdiffstats
path: root/templates/email_info.html
diff options
context:
space:
mode:
authorYusuke Nemoto <kaakaa@users.noreply.github.com>2018-07-21 01:52:20 +0900
committerElias Nahum <nahumhbl@gmail.com>2018-07-20 12:52:20 -0400
commit6104c37761deb8f06ea4af8838db12b8158318be (patch)
treeb435543c08932bae6cc19415536ace1135c13f26 /templates/email_info.html
parent908a682fcf3bbc48db75099f636d627616757b24 (diff)
downloadchat-6104c37761deb8f06ea4af8838db12b8158318be.tar.gz
chat-6104c37761deb8f06ea4af8838db12b8158318be.tar.bz2
chat-6104c37761deb8f06ea4af8838db12b8158318be.zip
Break HTML blocks to individual strings (#8903)
* Modifying message and templates about mfa_change * Modifying message and templates about password_change * Modify message and template about password_reset * Modify message and template about singin_change * Modify message and template about email_info * Modify message and template about change_username * Modify message about change_email * Add missing props * Add argument * Modify message and template about token_added * Modify messages and template about notification_email * Modify message and template about deactivate_email * Fix style * Remove unused message * Remove br tags * Modify message and code about invite_mail * Add missing message
Diffstat (limited to 'templates/email_info.html')
-rw-r--r--templates/email_info.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/email_info.html b/templates/email_info.html
index 0a34f18a0..6b83db76e 100644
--- a/templates/email_info.html
+++ b/templates/email_info.html
@@ -1,7 +1,7 @@
{{define "email_info"}}
<td style="color: #999; padding-top: 20px; line-height: 25px; font-size: 13px;">
- {{.Html.EmailInfo}}
+ {{.Props.EmailInfo1}}<a href='mailto:{{.Props.SupportEmail}}' style='text-decoration: none; color:#2389D7;'>{{.Props.SupportEmail}}</a><br>{{.Props.EmailInfo2}}<br>{{.Props.EmailInfo3}}<br>
</td>
{{end}}