From 0923de7f19a143955a6ba3c60c5e8e0295d17c27 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sat, 2 May 2026 17:57:31 +0200 Subject: [PATCH] ui: make watchlist cards and titles clickable links --- templates/watchlist.gohtml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/templates/watchlist.gohtml b/templates/watchlist.gohtml index a512f1f..074eda4 100644 --- a/templates/watchlist.gohtml +++ b/templates/watchlist.gohtml @@ -39,20 +39,22 @@ {{range $.AllEntries}}
- + {{.DisplayTitle}} -
+
-
-

- {{.DisplayTitle}} -

+ +

+ {{.DisplayTitle}} +

+
{{end}}