about summary refs log tree commit diff
path: root/app/views/accounts/followers.html.haml
blob: 5bd3d08092c761618ab10c12ccbe2970a2565fb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
- content_for :page_title do
  People who follow
  = display_name(@account)

= render partial: 'header'

.accounts-grid
  - if @followers.empty?
    = render partial: 'nothing_here'
  - else
    = render partial: 'grid_card', collection: @followers, as: :account

= will_paginate @followers, pagination_options