Fix admin UI view of local followers (#9712)

Regression from #9700
This commit is contained in:
Eugen Rochko 2019-01-04 11:28:14 +01:00 committed by GitHub
부모 1c23124ba4
커밋 c39c112ced
No known key found for this signature in database
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