diff --git a/files/templates/submission.html b/files/templates/submission.html index d32b0d0d9..3c8a1ff02 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -337,9 +337,6 @@ {% if sort != "old" %}Old{% endif %} {% if sort != "controversial" %}Controversial{% endif %} - {% if comment_info and p.comment_count >= 2%} -
View entire discussion
- {% endif %} @@ -389,6 +386,10 @@ {% endif %} {% endif %} +{% if comment_info %} +
View entire discussion
+{% endif %} + {% if p.replies %}
{% with comments=p.replies %} diff --git a/files/templates/userpage/wall.html b/files/templates/userpage/wall.html index 1053cf956..b3e9de048 100644 --- a/files/templates/userpage/wall.html +++ b/files/templates/userpage/wall.html @@ -75,6 +75,10 @@
{% endif %} +{% if comment_info %} +
View entire discussion
+{% endif %} +