mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-12-02 17:29:03 +01: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
|