mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-11 15:18:31 +00:00
Consistent IDs: channel-name
This commit is contained in:
parent
fc6619f7a1
commit
33db190da4
@ -199,7 +199,7 @@
|
|||||||
<a href="/channel/<%= video.ucid %>" style="display:block;width:fit-content;width:-moz-fit-content">
|
<a href="/channel/<%= video.ucid %>" style="display:block;width:fit-content;width:-moz-fit-content">
|
||||||
<div class="channel-profile">
|
<div class="channel-profile">
|
||||||
<img src="/ggpht<%= URI.parse(video.author_thumbnail).full_path %>">
|
<img src="/ggpht<%= URI.parse(video.author_thumbnail).full_path %>">
|
||||||
<span><%= video.author %></span>
|
<span id="channel-name"><%= video.author %></span>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user