diff --git a/src/views/watch.ecr b/src/views/watch.ecr index e6121a0c..5f251160 100644 --- a/src/views/watch.ecr +++ b/src/views/watch.ecr @@ -119,9 +119,9 @@ function toggle_comments(target) {

<%= number_with_separator(video.views) %>

<%= number_with_separator(video.likes) %>

<%= number_with_separator(video.dislikes) %>

-

Wilson Score : <%= video.wilson_score.round(4) %>

-

Rating : <%= rating.round(4) %> / 5

-

Engagement : <%= engagement.round(2) %>%

+

Wilson Score : <%= video.wilson_score.significant(4) %>

+

Rating : <%= rating.significant(4) %> / 5

+

Engagement : <%= engagement.significant(2) %>%