You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<span id="channel-name"><%= author %><%if!video.author_verified.nil?&&video.author_verified%> <i class="icon ion ion-md-checkmark-circle"></i><% end %></span>
210
+
<span id="channel-name"><%= author %></span>
211
211
</div>
212
212
</a>
213
213
@@ -281,9 +281,9 @@ we're going to need to do it here in order to allow for translations.
281
281
<h5 class="pure-g">
282
282
<div class="pure-u-14-24">
283
283
<%if rv["ucid"]?%>
284
-
<b style="width:100%"><a href="/channel/<%= rv["ucid"] %>"><%= rv["author"]?%><%if rv["author_verified"]?=="true"%> <i class="icon ion ion-md-checkmark-circle"></i><% end %></a></b>
0 commit comments