1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-29 07:18:54 +09:00
YuruToot/app/views/accounts/followers.html.haml

13 lines
344 B
Plaintext
Raw Normal View History

- content_for :page_title do
= t('accounts.people_who_follow', name: display_name(@account))
= render partial: 'header'
.accounts-grid
- if @followers.empty?
= render partial: 'nothing_here'
- else
2016-11-03 21:28:36 +09:00
= render partial: 'grid_card', collection: @followers, as: :account, cached: true
= will_paginate @followers, pagination_options