asciinema.org/app/views/asciicasts/_thumbnail.html.slim

7 lines
164 B
Plaintext
Raw Normal View History

2014-06-24 18:34:34 +00:00
pre.asciinema-terminal.font-small
2013-08-25 18:49:23 +00:00
- for line in thumbnail.lines
span.line
- for cell in line
span class=cell.css_class = cell.text
= "\n"