feat: use star ratings in favor of average value

This commit is contained in:
Björn Fromme
2024-03-13 15:24:28 +01:00
parent cafee11e03
commit 2f5d62c370
10 changed files with 30 additions and 29 deletions
+1 -1
View File
@@ -120,7 +120,7 @@
hx-target="body"
hx-swap="beforeend">
<span class="whitespace-nowrap">{{ disposition.teamer }}</span>
<twig:RatingStars averageRating="{{ disposition.teamer.averageRating }}" />
<twig:RatingStars rating="{{ disposition.teamer.averageRating }}" />
</div>
</li>
{% endfor %}