mastodon/app/views/accounts/followers.html.haml

14 lines
325 B
Plaintext
Raw Normal View History

- content_for :page_title do
People who follow
= display_name(@account)
= render partial: 'header'
.accounts-grid
- if @followers.empty?
= render partial: 'nothing_here'
- else
2016-11-03 13:28:36 +01:00
= render partial: 'grid_card', collection: @followers, as: :account, cached: true
= will_paginate @followers, pagination_options