This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2017-04-19 13:52:37 +02:00
|
|
|
- content_for :page_title do
|
|
|
|
= t('accounts.people_who_follow', name: display_name(@account))
|
|
|
|
|
2017-04-19 17:17:32 +02:00
|
|
|
- content_for :header_tags do
|
2017-04-22 17:29:46 +02:00
|
|
|
= render 'accounts/og', account: @account, url: account_followers_url(@account, only_path: false)
|
2017-04-19 17:17:32 +02:00
|
|
|
|
2017-04-19 13:52:37 +02:00
|
|
|
= render 'accounts/header', account: @account
|
|
|
|
|
2017-05-06 04:03:07 +02:00
|
|
|
= render 'accounts/follow_grid', follows: @follows, accounts: @follows.map(&:account)
|