From bece19521a6bdea216d7cc39fee4aedf360c377f Mon Sep 17 00:00:00 2001 From: Max Magorsch Date: Tue, 23 Jun 2020 18:18:25 +0000 Subject: Fix empty dates Signed-off-by: Max Magorsch --- web/templates/list/show.tmpl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'web/templates') diff --git a/web/templates/list/show.tmpl b/web/templates/list/show.tmpl index 40b01ef..7dd4dfc 100644 --- a/web/templates/list/show.tmpl +++ b/web/templates/list/show.tmpl @@ -16,10 +16,12 @@ {{range .MessageData}} - - {{.CombinedDate}} - {{.MessageCount}} - + {{if ne .CombinedDate ""}} + + {{.CombinedDate}} + {{.MessageCount}} + + {{end}} {{end}} -- cgit v1.2.3-18-g5258