From 99dd8e78b950ebdc3c96aae2dd4c610cb4421a41 Mon Sep 17 00:00:00 2001 From: Amy Gale Ruth Bowersox Date: Sun, 21 Dec 2025 21:45:48 -0700 Subject: [PATCH] fixed links from topic entries to point to the right page --- ui/views/topiclist.jet | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/views/topiclist.jet b/ui/views/topiclist.jet index 94098fd..222950a 100644 --- a/ui/views/topiclist.jet +++ b/ui/views/topiclist.jet @@ -78,23 +78,23 @@ {{ range i, t := topics }} - {{ t.Number }} - {{ t.Name }} - {{ t.Unread }} - {{ t.Total }} - {{ formattedDate[i] }}