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

6 lines
228 B
Plaintext

- asciicasts.each_slice(per_row) do |slice|
.row
- slice.each do |asciicast|
div class="col-md-#{12/per_row}"
= render 'asciicasts/preview', asciicast: asciicast, no_created_at: local_assigns[:no_created_at]