logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

_follow_grid.html.haml (218B)


  1. .accounts-grid
  2. - if accounts.empty?
  3. = render partial: 'accounts/nothing_here'
  4. - else
  5. = render partial: 'accounts/grid_card', collection: accounts, as: :account, cached: !user_signed_in?
  6. = paginate follows