1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-02-20 09:33:49 -05:00

8 lines
206 B
Plaintext

.accounts-grid
- if accounts.empty?
= render partial: 'accounts/nothing_here'
- else
= render partial: 'accounts/grid_card', collection: accounts, as: :account, cached: true
= paginate follows