diff options
Diffstat (limited to 'app/views/following_accounts')
-rw-r--r-- | app/views/following_accounts/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/following_accounts/index.html.haml b/app/views/following_accounts/index.html.haml index 11e730e04..68a0ef838 100644 --- a/app/views/following_accounts/index.html.haml +++ b/app/views/following_accounts/index.html.haml @@ -2,7 +2,7 @@ = t('accounts.people_followed_by', name: display_name(@account)) - content_for :header_tags do - = render 'accounts/og', account: @account + = render 'accounts/og', account: @account, url: account_followers_url(@account, only_path: false) = render 'accounts/header', account: @account |