mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-09 08:25:55 +00:00
8 lines
207 B
Plaintext
8 lines
207 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 accounts
|