From 2f83424ce8a0653e6e158318df1511daecf1a42d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20J=C3=B8rgensen?= Date: Fri, 24 May 2024 21:30:23 +0200 Subject: Time format rework --- templates/parts/entryRows.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'templates/parts/entryRows.html') diff --git a/templates/parts/entryRows.html b/templates/parts/entryRows.html index 1b364e3..fd14608 100644 --- a/templates/parts/entryRows.html +++ b/templates/parts/entryRows.html @@ -1,12 +1,14 @@ - - {{ range $task := .Tasks }} + + {{ range $entry := .Entries }} - {{ $task.Id }} - - - {{ if $task.Tag}}{{ $task.Tag }}{{end}} - {{ $task.Comment }} - + {{ $entry.Id }} + + + {{ if $entry.Tag}}{{ $entry.Tag }}{{end}} + {{ $entry.Comment }} + + {{ if $entry.To }}{{end}} + {{ end }} -- cgit v1.2.3