From 71f9fe469a60cd147e9b4ea128486f973b76c662 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 10 Jul 2020 19:14:23 +0100 Subject: [PATCH] Change comments button color if there are comments --- app/templates/macros/reviews.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/templates/macros/reviews.html b/app/templates/macros/reviews.html index 2c7f293..d4869c6 100644 --- a/app/templates/macros/reviews.html +++ b/app/templates/macros/reviews.html @@ -51,7 +51,8 @@ {% endif %} - + {{ _("%(num)d comments", num=review.thread.replies.count() - 1) }}