diff --git a/html/poketube.ejs b/html/poketube.ejs index 7cb8d1c5..3cf5bb48 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -340,7 +340,7 @@ <% video.Subtitles.Subtitle.forEach(x => { %> - + <% }) %> <% } %> <% } %> @@ -485,7 +485,7 @@ - + @@ -497,16 +497,7 @@ <% if (!video.Channel.Name.endsWith(' - Topic')) { %> -
-
- Comments -
- -

- Top Comments :3 -

-
- + <% if (!inv.comments) { %> @@ -517,10 +508,20 @@
<% if (inv.comments) { %> - +
+ +
+ Comments - <%- convert(inv.commentCount) %> +
+ +

+ Top Comments are being randered rn :3 all comments are soon! +

+
+ <% inv.comments.forEach(x =>{ %> - -
+
+
@@ -580,7 +581,12 @@
-
+ +
+ + + +
<% }) %>