asciinema.org/app/views/asciicasts/show.html.slim
2013-06-13 11:45:00 +02:00

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'