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