[+] Display the rating that the commentor gave
This commit is contained in:
@@ -56,6 +56,7 @@
|
|||||||
<div class="user">
|
<div class="user">
|
||||||
<i class="el-icon-user-solid"/>
|
<i class="el-icon-user-solid"/>
|
||||||
{{comment.firstName}} {{comment.lastName}}:
|
{{comment.firstName}} {{comment.lastName}}:
|
||||||
|
<span class="info numeric-rating" style="margin-left: 5px">{{comment.averageRating.toFixed(2)}} / 5</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="text">
|
<div class="text">
|
||||||
<blockquote>{{comment.comment}}</blockquote>
|
<blockquote>{{comment.comment}}</blockquote>
|
||||||
|
|||||||
Reference in New Issue
Block a user