Changed icon to checkmark and for verified author to checkmark-circle

This commit is contained in:
Jonas Wunderlich
2022-03-26 20:13:33 +01:00
parent aa09bbe23d
commit 611e7e9dd8
6 changed files with 13 additions and 11 deletions

View File

@@ -19,7 +19,7 @@
<div class="pure-u-2-3">
<div class="channel-profile">
<img src="/ggpht<%= URI.parse(channel.author_thumbnail).request_target %>">
<span><%= author %></span><% if !channel.verified.nil? && channel.verified %>&nbsp;<i class="icon ion ion-md-checkmark-circle"></i><% end %>
<span><%= author %></span><% if !channel.verified.nil? && channel.verified %>&nbsp;<i class="icon ion ion-md-checkmark"></i><% end %>
</div>
</div>
<div class="pure-u-1-3" style="text-align:right">