Added verification badge for channel view

This commit is contained in:
jonas-w
2022-02-03 21:42:28 +01:00
parent bd221b7b2c
commit 66340281e6
4 changed files with 18 additions and 4 deletions

View File

@@ -20,6 +20,9 @@
<div class="channel-profile">
<img src="/ggpht<%= URI.parse(channel.author_thumbnail).request_target %>">
<span><%= author %></span>
<% if channel.verified %>
<i class="icon ion ion-md-checkmark-circle"></i>
<% end %>
</div>
</div>
<div class="pure-u-1-3" style="text-align:right">