diff --git a/html/poketube.ejs b/html/poketube.ejs index 40d76882..b5351594 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -144,7 +144,8 @@
<%=video.Title%>

- <%=engagement.viewCount.toLocaleString()%> Views - Uploaded on <%=date%> - By <%-video.Channel.Name%> ^^ + + <%=engagement.viewCount.toLocaleString()%> Views - Uploaded on <%=date%> - By <%-video.Channel.Name%> ^^

@@ -180,15 +181,21 @@
-
-
+
+ +
+
<%=convert(engagement.likes)%>
<%=convert(engagement.dislikes)%>
-
+
+ +
+ + - +
+
@@ -273,7 +281,7 @@

-PokeTube Player v24.09.22a - Node <%=process.version%> - V8 v<%=process.versions.v8%> - <%=process.platform.replace("linux", "GNU/Linux")%> <%=process.arch%> Server ( <%=ip.org%> ) +PokeTube Player v25.09.22a - Node <%=process.version%> - V8 v<%=process.versions.v8%> - <%=process.platform.replace("linux", "GNU/Linux")%> <%=process.arch%> Server ( <%=ip.org%> )