mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Added title to product reviews, fixed #9425
This commit is contained in:
parent
3a78b4f391
commit
efc3e5800e
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
<div class="content">
|
||||
<a class="author">{{ review.author.firstName }}</a>
|
||||
<div class="metadata">
|
||||
<div class="title"><strong>{{ review.title }}</strong></div>
|
||||
<div class="date">{{ review.createdAt|format_date }}</div>
|
||||
<div class="rating">
|
||||
<div class="ui star rating" data-rating="{{ review.rating }}" data-max-rating="5" style="pointer-events: none;"></div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue