Consistent IDs: channel-name

This commit is contained in:
mendel5 2020-05-04 10:41:23 +02:00 committed by GitHub
parent fc6619f7a1
commit 33db190da4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -199,7 +199,7 @@
<a href="/channel/<%= video.ucid %>" style="display:block;width:fit-content;width:-moz-fit-content">
<div class="channel-profile">
<img src="/ggpht<%= URI.parse(video.author_thumbnail).full_path %>">
<span><%= video.author %></span>
<span id="channel-name"><%= video.author %></span>
</div>
</a>