The code powering m.abunchtell.com https://m.abunchtell.com
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

10 行
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)