From 61a9761b8ce51aa95551c7c000db8ab3169e7f15 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Fri, 20 Dec 2019 15:10:27 -0800 Subject: [PATCH] Add all link to feed control --- inquisitor/app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inquisitor/app.py b/inquisitor/app.py index 4bd5a07..40ff9d0 100644 --- a/inquisitor/app.py +++ b/inquisitor/app.py @@ -66,7 +66,8 @@ def root(): if total > 0: # Create the feed control item - link_table = [] + link_table = ["{0}{1}".format( + total, make_query_link("all", [], []))] for tag, count in sorted(active_tags.items()): links = [count] links.append(make_query_link(tag, [tag], []))