Gave them marks some space and added nil checks

This commit is contained in:
jonas-w
2022-02-07 02:25:34 +01:00
parent fe55141a7b
commit f8b29674b2
6 changed files with 11 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 %><i class="icon ion ion-md-checkmark-circle"></i><% end %>
<span><%= author %></span><% if !channel.verified.nil? && channel.verified %> <i class="icon ion ion-md-checkmark-circle"></i><% end %>
</div>
</div>
<div class="pure-u-1-3" style="text-align:right">