summaryrefslogtreecommitdiff
path: root/templates/parts/taskRows.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/parts/taskRows.html')
-rw-r--r--templates/parts/taskRows.html11
1 files changed, 11 insertions, 0 deletions
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 @@
+<table>
+ <tbody hx-swap="outerHTML" hx-trigger="changedTasks from:body" hx-get="/task/list">
+ {{ range $task := .Tasks }}
+ <tr>
+ <td>Trifork</td>
+ <td />
+ <td />
+ </tr>
+ {{ end }}
+ </tbody>
+</table>