asciinema.org/app/views/home/show.html.erb
2012-03-04 22:44:04 +01:00

10 lines
219 B
Plaintext

<div class="info">
Some big awesome tagline and stuff.
</div>
<h2>Recent asciicasts</h2>
<ul class="asciicasts">
<%= render :partial => "asciicasts/preview", :collection => @asciicasts, :as => :asciicast %>
</ul>