mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 09:47:49 +01:00
test commit ignore pls
This commit is contained in:
parent
1640f7e66c
commit
6da10df705
1 changed files with 1 additions and 8 deletions
|
@ -1677,14 +1677,7 @@ Recommended Videos
|
|||
<% } %>
|
||||
<div>
|
||||
<a class="max-lines-2" href="/channel?id=<%= x.authorId %>@youtube.com" style="-webkit-line-clamp:1;width:12em;word-wrap:break-word">
|
||||
<%=x.author %>
|
||||
<% if (x?.authorVerified) { %>
|
||||
<div>
|
||||
<a href="https://support.google.com/youtube/answer/3046484?hl=en">
|
||||
<i class="icon ion ion-md-checkmark-circle" title="verified channel"></i></a>
|
||||
</div>
|
||||
|
||||
<% } %>
|
||||
<%=x.author %> <% if (x?.authorVerified) { %> <div> <a href="https://support.google.com/youtube/answer/3046484?hl=en"> <i class="icon ion ion-md-checkmark-circle" title="verified channel"></i></a> </div><% } %>
|
||||
</a>
|
||||
<div class="video-views">
|
||||
|
||||
|
|
Loading…
Reference in a new issue