浏览代码

Fix admin UI view of local followers (#9712)

Regression from #9700
master
Eugen Rochko 5 年前
committed by GitHub
父节点
当前提交
c39c112ced
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app/views/admin/followers/index.html.haml

+ 1
- 1
app/views/admin/followers/index.html.haml 查看文件

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

正在加载...
取消
保存