Skip to content

Commit

Permalink
Fix admin UI view of local followers (#9712)
Browse files Browse the repository at this point in the history
Regression from #9700
  • Loading branch information
Gargron committed Jan 4, 2019
1 parent 1c23124 commit c39c112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/followers/index.html.haml
Expand Up @@ -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

0 comments on commit c39c112

Please sign in to comment.