diff --git a/boards/templates/boards/all_threads.html b/boards/templates/boards/all_threads.html --- a/boards/templates/boards/all_threads.html +++ b/boards/templates/boards/all_threads.html @@ -79,17 +79,7 @@
{{ tag.get_description|safe }}
{% endif %}
- {% with active_count=tag.get_active_thread_count bumplimit_count=tag.get_bumplimit_thread_count archived_count=tag.get_archived_thread_count %}
- {% if active_count %}
- ● {{ active_count }}
- {% endif %}
- {% if bumplimit_count %}
- ◍ {{ bumplimit_count }}
- {% endif %}
- {% if archived_count %}
- ○ {{ archived_count }}
- {% endif %}
- {% endwith %}
+ ● {{ tag_thread_count_active }} + {{ tag_thread_count_bumplimit }} + {{ tag_thread_count_archive }} = {{ tag_thread_count }}
♥ {{ tag.get_post_count }}