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.slim

18 lines
426 B
Plaintext

- cache ['thumbnail', asciicast] do
.presentation
= link_to asciicast, :class => 'preview-link' do
.play-button
.arrow
| ►
.thumbnail
= asciicast.thumbnail(30, 10)
.info
h3 = link_to asciicast.title, asciicast
p.date
span> = asciicast.duration
' |
span> = asciicast.author_link
' |
span = time_ago_tag asciicast.created_at