From 2149bb7fb6b6f732ac8364e45d072a22921957db Mon Sep 17 00:00:00 2001 From: Max Magorsch Date: Mon, 22 Jun 2020 00:45:14 +0000 Subject: Rework the data model to improve the performance Signed-off-by: Max Magorsch --- web/templates/home/home.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/templates/home') diff --git a/web/templates/home/home.tmpl b/web/templates/home/home.tmpl index 20fa1ba..39cf1fb 100644 --- a/web/templates/home/home.tmpl +++ b/web/templates/home/home.tmpl @@ -45,7 +45,7 @@ @@ -87,7 +87,7 @@ {{$listName:=.Name}} {{range .Messages}} - {{.GetHeaderField "Subject"}} + {{.Subject}} {{.GetAuthorName}} {{end}} -- cgit v1.2.3-65-gdbad