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

7 lines
215 B
Plaintext
Raw Normal View History

2012-03-04 14:18:09 +00:00
<li class="asciicast-preview">
<h3><%= link_to asciicast_title(asciicast), asciicast %></h3>
<% if asciicast.description.present? %>
<p class="description"><%= asciicast.description %></p>
<% end %>
</li>