From 742e3206f35f6a72b4fa38a702fa235978f98b36 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Mon, 8 Sep 2025 10:29:31 +0100 Subject: [PATCH] appview: fix headers in knot and spindle dashboards Change-Id: vyyrpsmynrwoqswslmtqtnnkqqtrmzzk Signed-off-by: oppiliappan --- appview/pages/templates/knots/index.html | 9 +++------ appview/pages/templates/spindles/index.html | 10 +++------- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/appview/pages/templates/knots/index.html b/appview/pages/templates/knots/index.html index 1d90eeb8..cfda1306 100644 --- a/appview/pages/templates/knots/index.html +++ b/appview/pages/templates/knots/index.html @@ -1,14 +1,11 @@ {{ define "title" }}knots{{ end }} {{ define "content" }} -
+

Knots

- - + {{ i "book" "w-3 h-3" }} - - docs - + docs
diff --git a/appview/pages/templates/spindles/index.html b/appview/pages/templates/spindles/index.html index af098308..d7cffbb4 100644 --- a/appview/pages/templates/spindles/index.html +++ b/appview/pages/templates/spindles/index.html @@ -1,15 +1,11 @@ {{ define "title" }}spindles{{ end }} {{ define "content" }} -
+

Spindles

- - - + {{ i "book" "w-3 h-3" }} - - docs - + docs
-- 2.43.0