You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/app/views/asciicasts/_other_by_user.html.erb

9 lines
262 B
Plaintext

<% if @asciicast.other_by_user.any? %>
<div class="other-asciicasts">
<h2>Other asciicasts by <%= @asciicast.author %></h2>
<%= render :partial => 'previews',
:locals => { :asciicasts => @asciicast.other_by_user } %>
</div>
<% end %>