mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-08 22:17:34 +01:00
Add distinction between review buttons
This commit is contained in:
parent
75ab56cad1
commit
37a4dbe66b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user