mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:38:24 +01:00
Update poketube-mobile.ejs
This commit is contained in:
parent
29e47b1a26
commit
702f174f80
1 changed files with 7 additions and 4 deletions
|
@ -201,9 +201,11 @@ summary:hover{
|
|||
Download
|
||||
</a>
|
||||
|
||||
<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