From 7393d23261a41f00332f5f0b1e3cdf3ad3151802 Mon Sep 17 00:00:00 2001 From: Chris Duarte Date: Wed, 24 Oct 2018 00:17:37 -0700 Subject: [PATCH] Fix display of timestamp on generic email. This is a regression. (#9725) --- templates/post_body_generic.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/post_body_generic.html b/templates/post_body_generic.html index bdd358e993..dfea4e197b 100644 --- a/templates/post_body_generic.html +++ b/templates/post_body_generic.html @@ -18,7 +18,7 @@

{{.Props.BodyText}}

-

{{.Html.Info}}

+

{{.Props.Info}}

{{.Props.Button}}

@@ -42,4 +42,3 @@ {{end}} -