diff --git a/src/views/watch.ecr b/src/views/watch.ecr index db8457d2..81fe47c5 100644 --- a/src/views/watch.ecr +++ b/src/views/watch.ecr @@ -2,7 +2,7 @@ -
<%= views %>
-<%= likes %>
-<%= dislikes %>
-Wilson Score : <%= ci_lower_bound(likes, likes + dislikes).round(4) %>
+<%= video.views %>
+<%= video.likes %>
+<%= video.dislikes %>
+Wilson Score : <%= video.wilson_score.round(4) %>
Rating : <%= rating.round(4) %> / 5
Engagement : <%= engagement.round(2) %>%