This commit is contained in:
rubenwardy
2023-05-24 19:32:13 +01:00
parent bb206da804
commit 14e01c9007
7 changed files with 33 additions and 9 deletions

View File

@@ -73,7 +73,7 @@
<h1>
{% if thread.review %}
{% if thread.review.rating > 3 %}
<i class="fas fa-thumbs-up mr-2" style="color:#6f6;"></i>
<i class="fas fa-birthday-cake mr-2" style="color:#6f6;"></i>
{% elif thread.review.rating < 3 %}
<i class="fas fa-thumbs-down mr-2" style="color:#f66;"></i>
{% else %}