|
|
|
@ -106,7 +106,7 @@
|
|
|
|
|
<% if !video.license.empty? %>
|
|
|
|
|
<p id="License"><%= translate(locale, "License: ") %><%= video.license %></p>
|
|
|
|
|
<% end %>
|
|
|
|
|
<p id="FamilyFriendly"><%= translate(locale, "Family friendly? ") %><%= video.is_family_friendly %></p>
|
|
|
|
|
<p id="FamilyFriendly"><%= translate(locale, "Family friendly? ") %><%= translate_bool(locale, video.is_family_friendly) %></p>
|
|
|
|
|
<p id="Wilson"><%= translate(locale, "Wilson score: ") %><%= video.wilson_score.round(4) %></p>
|
|
|
|
|
<p id="Rating"><%= translate(locale, "Rating: ") %><%= rating.round(4) %> / 5</p>
|
|
|
|
|
<p id="Engagement"><%= translate(locale, "Engagement: ") %><%= engagement.round(2) %>%</p>
|
|
|
|
|