From 19f8454a680c5231df68fee36ed9758587df316c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20J=C3=B8rgensen?= Date: Thu, 23 May 2024 21:34:28 +0200 Subject: Rudimentary task editing --- templates/parts/entryRows.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 templates/parts/entryRows.html (limited to 'templates/parts/entryRows.html') diff --git a/templates/parts/entryRows.html b/templates/parts/entryRows.html new file mode 100644 index 0000000..1b364e3 --- /dev/null +++ b/templates/parts/entryRows.html @@ -0,0 +1,12 @@ + + {{ range $task := .Tasks }} + + {{ $task.Id }} + + + {{ if $task.Tag}}{{ $task.Tag }}{{end}} + {{ $task.Comment }} + + + {{ end }} + -- cgit v1.2.3