aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/templates/macros/reviews.html2
1 files changed, 1 insertions, 1 deletions
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 @@
</a>
{% endif %}
- <a class="btn btn-primary" href="{{ url_for('threads.view', id=review.thread.id) }}">
+ <a class="btn btn-secondary" href="{{ url_for('threads.view', id=review.thread.id) }}">
<i class="fas fa-comments mr-2"></i>
{{ _("%(num)d comments", num=review.thread.replies.count() - 1) }}
</a>