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.

9 lines
368 B

  1. - content_for :page_title do
  2. = t('accounts.people_followed_by', name: display_name(@account))
  3. - content_for :header_tags do
  4. = render 'accounts/og', account: @account, url: account_followers_url(@account, only_path: false)
  5. = render 'accounts/header', account: @account
  6. = render 'accounts/follow_grid', follows: @follows, accounts: @follows.map(&:target_account)