From f8a1353a787ecd3c61f6e396d7951df22fb1ccc8 Mon Sep 17 00:00:00 2001 From: Steffen Scheibe Date: Thu, 6 Jun 2019 10:44:19 +0200 Subject: [PATCH] [TASK] hide tx-content-rating-text-wrapper if rateCound is zero --- .../Private/Templates/ContentRating/Show.html | 22 +++++++++++-------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/Resources/Private/Templates/ContentRating/Show.html b/Resources/Private/Templates/ContentRating/Show.html index 60bd4e6..3deb79e 100644 --- a/Resources/Private/Templates/ContentRating/Show.html +++ b/Resources/Private/Templates/ContentRating/Show.html @@ -33,16 +33,20 @@

 
 
-
-
{rateCount}
-
{ratePerc} %
-
1
-
5
-
{rateValue}
-
 
-
+ + +
+
{rateCount}
+
{ratePerc} %
+
1
+
5
+
{rateValue}
+
 
+
+
+
- \ No newline at end of file +