Update html/search.ejs
This commit is contained in:
parent
f515e455b0
commit
ef5d590139
@ -1,7 +1,7 @@
|
||||
<!--
|
||||
This Source Code Form is subject to the terms of the GNU General Public License:
|
||||
|
||||
Copyright (C) 2021-2024 poke (https://codeberg.org/Ashley/poketube)
|
||||
Copyright (C) 2021-2025 poke (https://codeberg.org/Ashley/poketube)
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@ -1420,6 +1420,15 @@ font-weight: 1000;" href="/watch?v=<%= x.videoId %>" class="title max-lines-2"><
|
||||
<i class="fa-brands fa-youtube" style="display: flex;font-size: 16px;padding: 5px;border-radius: 18px;margin-left: 2px;"></i><span style="margin-top: 6px;">Open on YouTube :/</span>
|
||||
</div>
|
||||
</a>
|
||||
<% if (x?.hasCaptions) { %>
|
||||
<a style="background: #333;width: 3.6em;border-radius: 8px;">
|
||||
<div style="display: flex;">
|
||||
Captions!
|
||||
</div>
|
||||
</a>
|
||||
<% } %>
|
||||
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user