summaryrefslogtreecommitdiffstats
path: root/app/views/admin/followers/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/followers/index.html.haml')
-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 31b321bac6b..25f1f290f42 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