18 lines
436 B
Plaintext
18 lines
436 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.formatted_duration
|
|
' |
|
|
span> = asciicast.author_link
|
|
' |
|
|
span = time_ago_tag asciicast.created_at
|