Browse Source

Fix admin UI view of local followers (#9712)

Regression from #9700
pull/4/head
Eugen Rochko 5 years ago
committed by GitHub
parent
commit
c39c112ced
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/admin/followers/index.html.haml

+ 1
- 1
app/views/admin/followers/index.html.haml View File

@ -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

Loading…
Cancel
Save