From 7393d23261a41f00332f5f0b1e3cdf3ad3151802 Mon Sep 17 00:00:00 2001 From: Chris Duarte Date: Wed, 24 Oct 2018 00:17:37 -0700 Subject: 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 bdd358e99..dfea4e197 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}} - -- cgit v1.2.3-1-g7c22