blob: c30d601e61207efe2f01c86961913da06deb0fcd (
plain) (
blame)
1
2
3
4
5
6
|
- content_for :page_title do
= t('accounts.people_who_follow', name: display_name(@account))
= render 'accounts/header', account: @account
= render 'accounts/follow_grid', accounts: @accounts
|