You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
448 B

  1. - content_for :page_title do
  2. = t('accounts.people_who_follow', name: display_name(@account))
  3. - content_for :header_tags do
  4. - if @account.user&.setting_noindex
  5. %meta{ name: 'robots', content: 'noindex' }/
  6. = render 'accounts/og', account: @account, url: account_followers_url(@account, only_path: false)
  7. = render 'accounts/header', account: @account
  8. = render 'accounts/follow_grid', follows: @follows, accounts: @follows.map(&:account)