From 2610f9b67e4a915859c029da9b17e9d262b6564e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20J=C3=B8rgensen?= Date: Sat, 25 May 2024 11:53:43 +0200 Subject: Add task ui and editing --- templates/parts/taskRows.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 templates/parts/taskRows.html (limited to 'templates/parts/taskRows.html') diff --git a/templates/parts/taskRows.html b/templates/parts/taskRows.html new file mode 100644 index 0000000..a2a6020 --- /dev/null +++ b/templates/parts/taskRows.html @@ -0,0 +1,11 @@ + + + {{ range $task := .Tasks }} + + + + {{ end }} + +
Trifork + +
-- cgit v1.2.3