Add all link to feed control
This commit is contained in:
parent
bc2554cbfb
commit
61a9761b8c
|
@ -66,7 +66,8 @@ def root():
|
||||||
|
|
||||||
if total > 0:
|
if total > 0:
|
||||||
# Create the feed control item
|
# Create the feed control item
|
||||||
link_table = []
|
link_table = ["<tr><td>{0}</td><td>{1}</td><td></td><td></td></tr>".format(
|
||||||
|
total, make_query_link("all", [], []))]
|
||||||
for tag, count in sorted(active_tags.items()):
|
for tag, count in sorted(active_tags.items()):
|
||||||
links = [count]
|
links = [count]
|
||||||
links.append(make_query_link(tag, [tag], []))
|
links.append(make_query_link(tag, [tag], []))
|
||||||
|
|
Loading…
Reference in New Issue