<%= HTML.escape(item.author) %><% if !item.author_verified.nil? && item.author_verified %> <% end %>
@@ -23,7 +23,7 @@ <% if !env.get("preferences").as(Preferences).thin_mode %><%= translate_count(locale, "generic_videos_count", item.video_count, NumberFormatting::Separator) %>
<%= recode_length_seconds(item.length_seconds) %>
<% end %> @@ -51,16 +51,13 @@ <% if !env.get("preferences").as(Preferences).thin_mode %> diff --git a/src/invidious/views/user/token_manager.ecr b/src/invidious/views/user/token_manager.ecr index 79f905a1..a73fa048 100644 --- a/src/invidious/views/user/token_manager.ecr +++ b/src/invidious/views/user/token_manager.ecr @@ -31,9 +31,7 @@<%= number_with_separator(video.views) %>
<%= number_with_separator(video.likes) %>
- +<%= translate(locale, "Genre: ") %> <% if !video.genre_url %> <%= video.genre %> @@ -185,9 +185,9 @@ we're going to need to do it here in order to allow for translations.
<%= translate(locale, "License: ") %><%= video.license %>
<% end %><%= translate(locale, "Family friendly? ") %><%= translate_bool(locale, video.is_family_friendly) %>
-<%= translate(locale, "Wilson score: ") %><%= video.wilson_score %>
- -<%= translate(locale, "Engagement: ") %><%= video.engagement %>%
+ + + <% if video.allowed_regions.size != REGIONS.size %><% if video.allowed_regions.size < REGIONS.size // 2 %>