From bd3ce18688debf2891e6bce28e786b0fcf4fe056 Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Sat, 9 Sep 2023 23:45:40 -0700 Subject: [PATCH] stats: Add board table links to stats page Signed-off-by: Alek Ratzloff --- chanbans/templates/stats.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/chanbans/templates/stats.html b/chanbans/templates/stats.html index 1d63c16..a955442 100644 --- a/chanbans/templates/stats.html +++ b/chanbans/templates/stats.html @@ -25,7 +25,11 @@ {% for row in stats_table_data() %} - {{row['board']}} + + + /{{row['board']}} + + {{row["bans"]}} {% endfor %}