about summary refs log tree commit diff
path: root/app/views/follower_accounts/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/follower_accounts/index.html.haml')
-rw-r--r--app/views/follower_accounts/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/follower_accounts/index.html.haml b/app/views/follower_accounts/index.html.haml
index 4052967da..ee62c79eb 100644
--- a/app/views/follower_accounts/index.html.haml
+++ b/app/views/follower_accounts/index.html.haml
@@ -2,7 +2,7 @@
   = t('accounts.people_who_follow', 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