1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-12-02 08:48:33 +09:00
whippy-edition/app/views/accounts/followers.html.haml

15 lines
316 B
Plaintext

- content_for :page_title do
People who follow
= display_name(@account)
= render partial: 'header'
.accounts-grid
- @followers.each do |f|
= render partial: 'grid_card', locals: { account: f }
- if @followers.empty?
= render partial: 'nothing_here'
= will_paginate @followers, pagination_options