about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-01-04 11:28:14 +0100
committerGitHub <noreply@github.com>2019-01-04 11:28:14 +0100
commitc39c112ced73d7942d31f8d49fdde70eed18aece (patch)
tree963ba88019813f1f9b3be937a43bed4b068ce259
parent1c23124ba428fb03fdac7e3e86e4753c3b0cf42b (diff)
Fix admin UI view of local followers (#9712)
Regression from #9700
-rw-r--r--app/views/admin/followers/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/followers/index.html.haml b/app/views/admin/followers/index.html.haml
index 31b321bac..25f1f290f 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