From c39c112ced73d7942d31f8d49fdde70eed18aece Mon Sep 17 00:00:00 2001
From: Eugen Rochko <eugen@zeonfederated.com>
Date: Fri, 4 Jan 2019 11:28:14 +0100
Subject: [PATCH] Fix admin UI view of local followers (#9712)

Regression from #9700
---
 app/views/admin/followers/index.html.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/admin/followers/index.html.haml b/app/views/admin/followers/index.html.haml
index 31b321bac6..25f1f290f4 100644
--- a/app/views/admin/followers/index.html.haml
+++ b/app/views/admin/followers/index.html.haml
@@ -23,6 +23,6 @@
         %th= t('admin.accounts.most_recent_activity')
         %th
     %tbody
-      = render partial: 'admin/accounts/account', collection: @followers.map(&:account)
+      = render partial: 'admin/accounts/account', collection: @followers
 
 = paginate @followers
-- 
GitLab