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

10 lines
256 B
Plaintext

section.supplimental
.wrapper
.main
h1 = @category_name
= render :partial => 'asciicasts/previews', :locals => { :asciicasts => @asciicasts }
= paginate @asciicasts
.extras
= render :partial => 'shared/browse_categories'