Fix admin UI view of local followers (#9712)

Regression from #9700
Cette révision appartient à :
Eugen Rochko 2019-01-04 11:28:14 +01:00 révisé par GitHub
Parent 1c23124ba4
révision c39c112ced
Signature inconnue de Forgejo
ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

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