2017-04-19 07:52:37 -04:00
|
|
|
- content_for :page_title do
|
|
|
|
= t('accounts.people_who_follow', name: display_name(@account))
|
|
|
|
|
2017-04-19 11:17:32 -04:00
|
|
|
- content_for :header_tags do
|
2017-07-14 10:41:02 -04:00
|
|
|
- if @account.user&.setting_noindex
|
|
|
|
%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(&:account)
|