about summary refs log tree commit diff
path: root/app/views/accounts/_follow_grid.html.haml
blob: 10fbfa546dbbab77b7a3e3959d4705f872641a3e (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: true

= paginate follows