10 lines
219 B
Plaintext
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>
|