asciinema.org/app/views/asciicasts/_previews.html.erb

7 lines
189 B
Plaintext
Raw Normal View History

2012-07-25 18:24:20 +00:00
<div class="presentations">
2012-12-08 18:59:56 +00:00
<% cache asciicasts do -%>
<%= render :partial => 'asciicasts/preview', :collection => asciicasts,
:as => :asciicast %>
2012-08-22 18:00:31 +00:00
<% end -%>
2012-07-25 18:24:20 +00:00
</div>