Adjust rating widget as requested
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{namespace ep=EP\EpTheme\ViewHelpers}
|
||||
<f:if condition="{product.ratingVotesCount} > 0">
|
||||
<div class="ep-sidebar ep-rating">
|
||||
<p><strong>Bewertung</strong></p>
|
||||
<a href="{f:uri.page(pageUid: settings.ratingPageUid)}" class="ep-sidebar ep-rating" title="Reisebewertungen">
|
||||
<p><strong>Reisebewertung 16/17</strong></p>
|
||||
<div>
|
||||
<ep:rating product="{product}"/>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</f:if>
|
||||
|
||||
Reference in New Issue
Block a user