diff --git a/files/templates/submission.html b/files/templates/submission.html index 7e4bfdffe..cdb43b67a 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -592,8 +592,14 @@ -->
-
- {{ p.comment_count }} {{ 'Response' if p.comment_count == 1 else 'Responses' }} +
+ {{ p.comment_count }} {{ 'Response' if p.comment_count == 1 else 'Responses' }} + + {% if linked_comment and p.comment_count >= 2%} + + View entire thread + + {% endif %}