[+] Display the rating that the commentor gave

This commit is contained in:
Hykilpikonna
2020-05-08 20:08:35 -04:00
parent d8a7a700c4
commit 28eddf4aea
@@ -56,6 +56,7 @@
<div class="user">
<i class="el-icon-user-solid"/>
{{comment.firstName}} {{comment.lastName}}:
<span class="info numeric-rating" style="margin-left: 5px">{{comment.averageRating.toFixed(2)}} / 5</span>
</div>
<div class="text">
<blockquote>{{comment.comment}}</blockquote>