Fix admin UI view of local followers (#9712)

Regression from #9700
このコミットが含まれているのは:
Eugen Rochko 2019-01-04 11:28:14 +01:00 committed by GitHub
コミット c39c112ced
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除

ファイルの表示

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