diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-03-11 16:08:15 +0100 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2021-03-11 16:08:15 +0100 |
commit | 1b6a21e6bc7ec9c0d5bb3daf2646d003ba90404c (patch) | |
tree | 656d328e630e1a4fa11e9853203f4dba8e29cb71 /app/views/admin/accounts | |
parent | 318efa49de8d0b9615427c99ab07c591230dfd80 (diff) | |
parent | f2ca6c7a172deb9309c793adb87cdc4b46974a44 (diff) |
Merge branch 'main' into glitch-soc/merge-upstream
Conflicts: - `app/validators/status_length_validator.rb`: Conflict due to glitch-soc's configurable maximum toot chars. Ported upstream changes.
Diffstat (limited to 'app/views/admin/accounts')
-rw-r--r-- | app/views/admin/accounts/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/accounts/index.html.haml b/app/views/admin/accounts/index.html.haml index 8eac226e0..398ab4bb4 100644 --- a/app/views/admin/accounts/index.html.haml +++ b/app/views/admin/accounts/index.html.haml @@ -51,6 +51,6 @@ %th= t('admin.accounts.most_recent_activity') %th %tbody - = render @accounts + = render partial: 'account', collection: @accounts = paginate @accounts |