This commit is contained in:
Ross
2024-10-28 21:47:46 +00:00
parent 3cb8d53d3f
commit 37bf203bf2
+1 -1
View File
@@ -31,7 +31,7 @@ _="on click if me.checked show .outcome-{{outcome.id}} else hide .outcome-{{outc
<ul>
{% for category, items in filtered_categories %}
<li>
<a href="#heading-{{category.name}}">{{category.name}}</a>
<a href="#heading-{{category.name}}">{{category.name}}</a> ({{items.count}})
</li>
{% endfor %}
</ul>