mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 13:48:24 +01:00
remove lite from music videos
This commit is contained in:
parent
42d24de4b4
commit
8f92f1affd
1 changed files with 5 additions and 2 deletions
|
@ -465,6 +465,8 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<% if (!video.Channel.Name.endsWith(' - Topic')) { %>
|
||||||
|
<% if (!video.Title.endsWith('Audio)')) { %>
|
||||||
<div class="new-button" style=";margin-left: -3px;">
|
<div class="new-button" style=";margin-left: -3px;">
|
||||||
<a title="Low Bandwidth? try PokeTube Lite!" style="color:#fff;text-decoration: none" href="/lite?v=<%=video.id%>">
|
<a title="Low Bandwidth? try PokeTube Lite!" style="color:#fff;text-decoration: none" href="/lite?v=<%=video.id%>">
|
||||||
<div class="pill-button">
|
<div class="pill-button">
|
||||||
|
@ -474,7 +476,8 @@
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
<% }%>
|
||||||
|
<% }%>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue