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 提交者 GitHub
父節點 1c23124ba4
當前提交 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