mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-11-01 19:31:12 +01:00
7 lines
206 B
Text
7 lines
206 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 follows
|