mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:18:26 +01:00
add comments button lol
This commit is contained in:
parent
5dccb77b78
commit
716eb8a388
1 changed files with 11 additions and 2 deletions
|
@ -2235,6 +2235,15 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap;
|
|||
Download
|
||||
</div>
|
||||
</a>
|
||||
<% if (Array.isArray( inv.comments)) { %>
|
||||
<a class="new-button" title="Comments " style="color:#fff;text-decoration: none;margin-right: 0; " href="#comments-container">
|
||||
<div class="pill-button">
|
||||
|
||||
<i class="fa-light fa-comments"></i>
|
||||
View Comments
|
||||
</div>
|
||||
</a>
|
||||
<% }%>
|
||||
|
||||
<% if (!video?.Channel.Name.endsWith(' - Topic')) { %>
|
||||
<% if (!inv_vid.title.endsWith('Audio)')) { %>
|
||||
|
@ -2254,7 +2263,7 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap;
|
|||
<% }%> <% }%>
|
||||
<% }%>
|
||||
|
||||
<a class="new-button" title="Download this Video :3" style="color:#fff;text-decoration: none;margin-right: 0; " href="/account-create">
|
||||
<a class="new-button" title="My Account" style="color:#fff;text-decoration: none;margin-right: 0; " href="/account-create">
|
||||
<div class="pill-button">
|
||||
|
||||
<i class="fa-light fa-user"></i>
|
||||
|
@ -2729,7 +2738,7 @@ More Epic options owo~
|
|||
|
||||
<div class="recommended-list" style="color:#fff">
|
||||
|
||||
<div style="text-align: left;" class="auto-play">
|
||||
<div style="text-align: left;margin-top: 18px;" class="auto-play">
|
||||
<label for="continue">AutoPlay:</label>
|
||||
<input name="continue" id="continue" type="checkbox" >
|
||||
<a href="https://codeberg.org/Ashley/poketube/issues/new">give feedback</a>
|
||||
|
|
Loading…
Reference in a new issue