summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Duarte <csduarte@users.noreply.github.com>2018-10-24 00:17:37 -0700
committerSaturnino Abril <saturnino.abril@gmail.com>2018-10-24 15:17:37 +0800
commit7393d23261a41f00332f5f0b1e3cdf3ad3151802 (patch)
tree94ef256a73b2c4c27953eb1f29c2fad49b34b4bd
parentc317d6f2656d864a2031d0ac8898a3c46d2c93cc (diff)
downloadchat-7393d23261a41f00332f5f0b1e3cdf3ad3151802.tar.gz
chat-7393d23261a41f00332f5f0b1e3cdf3ad3151802.tar.bz2
chat-7393d23261a41f00332f5f0b1e3cdf3ad3151802.zip
Fix display of timestamp on generic email. This is a regression. (#9725)
-rw-r--r--templates/post_body_generic.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/post_body_generic.html b/templates/post_body_generic.html
index bdd358e99..dfea4e197 100644
--- a/templates/post_body_generic.html
+++ b/templates/post_body_generic.html
@@ -18,7 +18,7 @@
<tr>
<td style="border-bottom: 1px solid #ddd; padding: 0 0 20px;">
<h2 style="font-weight: normal; margin-top: 10px;">{{.Props.BodyText}}</h2>
- <p>{{.Html.Info}}</p>
+ <p>{{.Props.Info}}</p>
<p style="margin: 20px 0 15px">
<a href="{{.Props.TeamLink}}" style="background: #2389D7; display: inline-block; border-radius: 3px; color: #fff; border: none; outline: none; min-width: 170px; padding: 15px 25px; font-size: 14px; font-family: inherit; cursor: pointer; -webkit-appearance: none;text-decoration: none;">{{.Props.Button}}</a>
</p>
@@ -42,4 +42,3 @@
</table>
{{end}}
-