diff --git a/html/poketube.ejs b/html/poketube.ejs index b8a384b6..44676af2 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -274,8 +274,18 @@ - - + + + <% if (inv_vid.genre != "Music") { %> + + + <% } %> + <% if (inv_vid.genre === "Music") { %> + + + <% } %> + + @@ -431,9 +441,9 @@ <% if (video.Channel.Name.endsWith(' - Topic') || video.Title.endsWith('Audio)')) { %> <% if (video.Channel.Name.endsWith(' - Topic') || video.Title.endsWith('Audio)')) { %> - + - Open In Music + Open In Music Player <% }%> @@ -480,10 +490,11 @@ <% if (!video.Channel.Name.endsWith(' - Topic')) { %> - Comments + Comments + - Top Comments :3 + Top Comments :3 @@ -508,7 +519,7 @@ <% inv.comments.forEach(x =>{ %> - + @@ -519,20 +530,57 @@ + <% if (!x.authorIsChannelOwner) { %> + - <%- x.author%> + + + <%- x.author%> + + + <% if (x.verified) { %> + + + <% } %> + + + <% } %> + + <% if (x.authorIsChannelOwner) { %> + + + + + <%- x.author%> + + + <% if (x.verified) { %> + + + <% } %> + + + + <% } %> + + <%- x.contentHtml %> - <%- x.publishedText %> - <%- convert(x.likeCount) %> Likes + <%- x.publishedText %> - <%- convert(x.likeCount) %> Likes <% if(x.creatorHeart) { %> + + + + + <% } %> - - - + + + <% }) %> <% } %> @@ -789,6 +837,8 @@ From <%=video.Channel.Name%> + +
- Top Comments :3 + Top Comments :3
- <%- x.author%>
+ + + + <%- x.author%> + + + <% if (x.verified) { %> + + + <% } %> + + +
<%- x.contentHtml %> - <%- x.publishedText %> - <%- convert(x.likeCount) %> Likes + <%- x.publishedText %> - <%- convert(x.likeCount) %> Likes <% if(x.creatorHeart) { %> + + + + + <% } %>