From 269e042be54f030fcf48aa192816fd6c38aa001d Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sat, 4 Dec 2021 06:45:10 -0600 Subject: [PATCH] fix --- files/templates/submission.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index 4d9dc6a18..a4f8aee6b 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -592,13 +592,13 @@ -->
-
- +
+ {{ p.comment_count }} {{ 'Response' if p.comment_count == 1 else 'Responses' }} {% if linked_comment and p.comment_count >= 2%} - + View entire thread {% endif %}