mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-28 16:49:04 +01:00
Update poketube-mobile.ejs
This commit is contained in:
parent
aee7df7204
commit
65bf0f4f5f
1 changed files with 7 additions and 4 deletions
|
@ -200,10 +200,12 @@ summary:hover{
|
|||
<i class="fa-light fa-download"></i>
|
||||
Download
|
||||
</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) { %>
|
||||
<a href="/mobile?v=<%=video.id%>&r=f" style="color:#fff">
|
||||
<i class="fa-light fa-music"></i>
|
||||
|
@ -375,3 +377,4 @@ summary:hover{
|
|||
</body>
|
||||
</html>
|
||||
</body>
|
||||
|
||||
|
|
Loading…
Reference in a new issue