From 840209b2cbf5d0dc3cea978352101254067afc0d Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Thu, 26 Jan 2023 11:53:24 -0600 Subject: [PATCH] Add comment count to actionbar --- templates/actionbar/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/actionbar/list.html b/templates/actionbar/list.html index d5ae2b1..06d6e29 100644 --- a/templates/actionbar/list.html +++ b/templates/actionbar/list.html @@ -20,7 +20,7 @@ - {{_("Comment")}} + {{_("Comment")}} {% if comment_list.count() %} ({{comment_list.count()}}) {% endif %} {% endif %}