asciinema.org/app/views/asciicasts/_previews.html.erb
2012-12-08 19:59:56 +01:00

7 lines
189 B
Plaintext

<div class="presentations">
<% cache asciicasts do -%>
<%= render :partial => 'asciicasts/preview', :collection => asciicasts,
:as => :asciicast %>
<% end -%>
</div>