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

7 lines
211 B
Plaintext
Raw Normal View History

2013-11-18 12:01:35 +00:00
- if @asciicast.other_by_user.any?
section.odd
.container
.other-asciicasts
h2 More by #{@asciicast.author_link}
= render 'previews', asciicasts: @asciicast.other_by_user, per_row: 3