<% if @asciicast.other_by_user.any? %>

Other asciicasts by <%= @asciicast.author %>

<%= render :partial => 'previews', :locals => { :asciicasts => @asciicast.other_by_user } %>
<% end %>