Add distinction between review buttons

This commit is contained in:
rubenwardy 2020-07-09 05:31:41 +01:00
parent 75ab56cad1
commit 37a4dbe66b
1 changed files with 1 additions and 1 deletions

View File

@ -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>