Added verification badge to video player and error with related_videos

This commit is contained in:
jonas-w
2022-02-03 23:18:50 +01:00
parent 154bca4635
commit 1fee636afa
3 changed files with 10 additions and 4 deletions

View File

@@ -240,7 +240,7 @@ we're going to need to do it here in order to allow for translations.
<% if !video.author_thumbnail.empty? %>
<img src="/ggpht<%= URI.parse(video.author_thumbnail).request_target %>">
<% end %>
<span id="channel-name"><%= author %></span>
<span id="channel-name"><%= author %><% if video.author_verified %><i class="icon ion ion-md-checkmark-circle"></i><% end %></span>
</div>
</a>