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/show.html.slim

16 lines
386 B
Plaintext

section#presentation.feature
.asciicast-wrapper
= player @asciicast
section.supplimental
.wrapper
.main
h1 = @asciicast.title
.description = @asciicast.description
= render :partial => 'other_by_user'
.extras
= render :partial => 'author'
= render :partial => 'actions'
= render :partial => 'info'
= render :partial => 'share'