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

18 lines
426 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)
2013-08-14 17:38:01 +00:00
.info
h3 = link_to asciicast.title, asciicast
p.date
2013-08-15 18:45:51 +00:00
span> = asciicast.duration
' |
span> = asciicast.author_link
' |
span = time_ago_tag asciicast.created_at