diff --git a/src/invidious/views/watch.ecr b/src/invidious/views/watch.ecr index 2e0aee99..286a3be4 100644 --- a/src/invidious/views/watch.ecr +++ b/src/invidious/views/watch.ecr @@ -320,7 +320,12 @@ we're going to need to do it here in order to allow for translations. <% end %> -
+
+ <% endpoint_params = "?v=#{rv["id"]}" %> + <%= rendered "components/video-context-buttons" %> +
+ +
<%= views = rv["view_count"]?.try &.to_i? views ||= rv["view_count_short"]?.try { |x| short_text_to_number(x) }