mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
8 lines
207 B
Text
8 lines
207 B
Text
|
.accounts-grid
|
||
|
- if accounts.empty?
|
||
|
= render partial: 'accounts/nothing_here'
|
||
|
- else
|
||
|
= render partial: 'accounts/grid_card', collection: accounts, as: :account, cached: true
|
||
|
|
||
|
= paginate accounts
|