You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/app/views/asciicasts/_preview.html.erb

19 lines
508 B
Plaintext

<% cache ['thumbnail', preview] do %>
<div class="presentation">
<%= link_to preview, :class => 'preview-link' do %>
<div class="play-button"><div class="arrow">►</div></div>
<pre class="preview"><%= preview.thumbnail(28, 9) %></pre>
<% end -%>
<div class="info">
<h3>
<%= link_to preview.title, preview %>
</h3>
<p class="date">
<%= timeago preview.created_at %> by <%= preview.author_profile_link %>
</p>
</div>
</div>
<% end -%>