blob: a6d0ee8176d6a1df3aa66afe7f06b62d203e0028 (
plain) (
blame)
1
2
3
4
5
6
7
|
.accounts-grid
- if accounts.empty?
= render partial: 'accounts/nothing_here'
- else
= render partial: 'accounts/grid_card', collection: accounts, as: :account, cached: !user_signed_in?
= paginate follows
|