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

15 lines
394 B
Plaintext
Raw Normal View History

2013-08-14 17:38:01 +00:00
- cache ['thumbnail', asciicast] do
.presentation
= link_to asciicast, :class => 'preview-link' do
.play-button
.arrow
| ►
2013-08-14 18:40:24 +00:00
.thumbnail
= asciicast.thumbnail(30, 10)
.duration = asciicast.duration
2013-08-14 17:38:01 +00:00
.info
h3 = link_to asciicast.title, asciicast
p.date
| #{time_ago_tag asciicast.created_at} by #{asciicast.author_link}