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

16 lines
554 B
Plaintext

- cache ['thumbnail', asciicast, asciicast.user] do
.preview
= link_to asciicast, class: 'thumbnail-link' do
.play-button
span.arrow
span.glyphicon.glyphicon-play
.thumbnail class="asciinema-theme-#{asciicast.theme_name}"
= asciicast.thumbnail(100, 15)
.info.clearfix
h2
= link_to asciicast.title, asciicast
span.duration = asciicast.formatted_duration
span.author-avatar = asciicast.author_img_link
small by #{asciicast.author_link} #{time_ago_tag asciicast.created_at}