summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-01-20 15:22:14 -1000
committerPeter Stone <thepeterstone@gmail.com>2026-01-20 15:22:14 -1000
commit59ecb53dced9f84d6d1830a25a345ba44b22fdf8 (patch)
tree6c9a7213d751717a32e29f68841b1aebb4f42d6c
parent677e6b91290d76c11fecb510ed4cbca819431b7c (diff)
Simplify planning tab template
Remove inline content and delegate to trello-boards partial. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
-rw-r--r--web/templates/partials/planning-tab.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/web/templates/partials/planning-tab.html b/web/templates/partials/planning-tab.html
index 06f85b3..f2beda5 100644
--- a/web/templates/partials/planning-tab.html
+++ b/web/templates/partials/planning-tab.html
@@ -1,9 +1,6 @@
{{define "planning-tab"}}
<div class="space-y-6">
- <!-- Todoist Tasks Section -->
- {{template "todoist-tasks" .}}
-
<!-- Trello Boards Section -->
{{template "trello-boards" .}}
</div>
-{{end}}
+{{end}} \ No newline at end of file