17 lines
655 B
Plaintext
17 lines
655 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>
|
|
<p>
|
|
<h5>Shared <%= video.published.to_s("%B %-d, %Y at %r UTC") %></h5>
|
|
</p>
|
|
</div>
|
|
</div> |