From 37a4dbe66be0af4218dd7d1a30db49eb47e1be37 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Thu, 9 Jul 2020 05:31:41 +0100 Subject: [PATCH] Add distinction between review buttons --- app/templates/macros/reviews.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/macros/reviews.html b/app/templates/macros/reviews.html index f181492..4dd51f5 100644 --- a/app/templates/macros/reviews.html +++ b/app/templates/macros/reviews.html @@ -44,7 +44,7 @@ {% endif %} - + {{ _("%(num)d comments", num=review.thread.replies.count() - 1) }}