2017-04-19 07:52:37 -04:00
|
|
|
- content_for :page_title do
|
|
|
|
= t('accounts.people_followed_by', name: display_name(@account))
|
|
|
|
|
2017-04-19 11:17:32 -04:00
|
|
|
- content_for :header_tags do
|
2018-03-08 18:35:07 -05:00
|
|
|
%meta{ name: 'robots', content: 'noindex' }/
|
2017-04-22 11:29:46 -04:00
|
|
|
= render 'accounts/og', account: @account, url: account_followers_url(@account, only_path: false)
|
2017-04-19 11:17:32 -04:00
|
|
|
|
2017-04-19 07:52:37 -04:00
|
|
|
= render 'accounts/header', account: @account
|
|
|
|
|
2017-05-05 22:03:07 -04:00
|
|
|
= render 'accounts/follow_grid', follows: @follows, accounts: @follows.map(&:target_account)
|