The code powering m.abunchtell.com https://m.abunchtell.com
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.
 
 
 
 

10 line
360 B

  1. - content_for :page_title do
  2. = t('accounts.people_who_follow', 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(&:account)