mirror of
https://github.com/iv-org/invidious
synced 2025-09-07 05:51:15 +02:00
14 lines
549 B
Plaintext
14 lines
549 B
Plaintext
<div class="pure-u-1 pure-u-md-1-4">
|
|
<div class="h-box">
|
|
<a style="width:100%;" href="/watch?v=<%= video.id %>">
|
|
<% if env.get?("user") && env.get("user").as(User).preferences.thin_mode %>
|
|
<% else %>
|
|
<img style="width:100%;" src="https://i.ytimg.com/vi/<%= video.id %>/mqdefault.jpg"/>
|
|
<% end %>
|
|
<p><%= video.title %></p>
|
|
</a>
|
|
<p>
|
|
<b><a style="width:100%;" href="/channel/<%= video.ucid %>"><%= video.author %></a></b>
|
|
</p>
|
|
</div>
|
|
</div> |