1
0
mirror of https://github.com/mastodon/mastodon synced 2024-12-01 08:18:22 +09:00
mastodon/app/views/accounts/followers.html.haml

14 lines
311 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
= render partial: 'grid_card', collection: @followers, as: :account
= will_paginate @followers, pagination_options