From a1871e2d43ece9d85e1be98a5aca6c97b88b2686 Mon Sep 17 00:00:00 2001 From: "M. Adam Kendall" Date: Sun, 25 Jan 2015 22:31:53 -0500 Subject: [PATCH] Format the rating in whole percentage --- gui/slick/interfaces/default/trendingShows.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gui/slick/interfaces/default/trendingShows.tmpl b/gui/slick/interfaces/default/trendingShows.tmpl index 68a25f3d..89492837 100644 --- a/gui/slick/interfaces/default/trendingShows.tmpl +++ b/gui/slick/interfaces/default/trendingShows.tmpl @@ -88,9 +88,8 @@
-

$cur_show['show']['rating']

+

<%= int(cur_show['show']['rating']*10) %>%

$cur_show['show']['votes'] votes - $cur_show['watchers'] watchers