Verified icons :3

This commit is contained in:
Ashley 2022-09-04 09:01:04 +02:00
parent 579bc290c6
commit 339fc9b0d3

View file

@ -556,7 +556,17 @@ border-radius: 5px;
<div> <div>
<a style="color:#fff" href="/channel?id=<%=video.Channel.id%>" > <%=video.Channel.Name%></a> <a style="color:#fff" href="/channel?id=<%=video.Channel.id%>" > <%=video.Channel.Name%></a>
<% if (!video.Channel.Name.endsWith(' - Topic')) { %>
<% if (!nigth.channel.badges[0].tooltip === null) { %>
<% if (nigth.channel.badges[0].tooltip === "Verified") { %>
<i class="fa-solid fa-badge-check" title="<%=nigth.channel.badges[0].tooltip%>"></i>
<% } %> <% if (nigth.channel.badges[0].tooltip === "Official Artist Channel") { %>
<i class="fa-solid fa-music-note" title="<%=nigth.channel.badges[0].tooltip%>"></i>
<% } %> <% } %><% } %>
</div> </div>
@ -587,7 +597,7 @@ border-radius: 5px;
<p style="font-family:MonoSpace"> <p style="font-family:MonoSpace">
<b> <b>
PokeTube Player v08.31.22 - Node <%=process.version%> - V8 engine v<%=process.versions.v8%> - <%=process.platform.replace("linux", "GNU/Linux")%> <%=process.arch%> Server ( <%=ip.org%> ) PokeTube Player v09.04.22 - Node <%=process.version%> - V8 engine v<%=process.versions.v8%> - <%=process.platform.replace("linux", "GNU/Linux")%> <%=process.arch%> Server ( <%=ip.org%> )
</b> </b>
</p> </p>