diff options
Diffstat (limited to 'app/views/follower_accounts/index.html.haml')
-rw-r--r-- | app/views/follower_accounts/index.html.haml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/follower_accounts/index.html.haml b/app/views/follower_accounts/index.html.haml index c30d601e6..4052967da 100644 --- a/app/views/follower_accounts/index.html.haml +++ b/app/views/follower_accounts/index.html.haml @@ -1,6 +1,9 @@ - content_for :page_title do = t('accounts.people_who_follow', name: display_name(@account)) +- content_for :header_tags do + = render 'accounts/og', account: @account + = render 'accounts/header', account: @account = render 'accounts/follow_grid', accounts: @accounts |