mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:18:26 +01:00
Update poketube-mobile.ejs
This commit is contained in:
parent
29e47b1a26
commit
702f174f80
1 changed files with 7 additions and 4 deletions
|
@ -200,10 +200,12 @@ summary:hover{
|
||||||
<i class="fa-light fa-download"></i>
|
<i class="fa-light fa-download"></i>
|
||||||
Download
|
Download
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<% if (lyrics && !r) { %>
|
<a style="color:#fff" href="https://youtube.com/watch?v=<%=video.id%>">
|
||||||
|
<i class="fa-light fa-share"></i>
|
||||||
|
Open In YouTube
|
||||||
|
</a>
|
||||||
|
<% if (lyrics && !r) { %>
|
||||||
<% if (optout) { %>
|
<% if (optout) { %>
|
||||||
<a href="/mobile?v=<%=video.id%>&r=f" style="color:#fff">
|
<a href="/mobile?v=<%=video.id%>&r=f" style="color:#fff">
|
||||||
<i class="fa-light fa-music"></i>
|
<i class="fa-light fa-music"></i>
|
||||||
|
@ -375,3 +377,4 @@ summary:hover{
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue