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
@@ -17,7 +17,7 @@
{{ entry.rating }}
</td>
<td class="text-center">
{{ entry.mark }}
<twig:RatingStars rating="{{ entry.mark * 100 }}"/>
</td>
</tr>
{% endfor %}