diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-03-11 18:04:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-11 18:04:18 +0100 |
commit | 935e376078fa8716ea5475a45602301fd3d6b081 (patch) | |
tree | 656d328e630e1a4fa11e9853203f4dba8e29cb71 /app/views/admin/action_logs | |
parent | 318efa49de8d0b9615427c99ab07c591230dfd80 (diff) | |
parent | 1b6a21e6bc7ec9c0d5bb3daf2646d003ba90404c (diff) |
Merge pull request #1510 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/views/admin/action_logs')
-rw-r--r-- | app/views/admin/action_logs/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/action_logs/index.html.haml b/app/views/admin/action_logs/index.html.haml index 937664c4b..347eca166 100644 --- a/app/views/admin/action_logs/index.html.haml +++ b/app/views/admin/action_logs/index.html.haml @@ -20,6 +20,6 @@ = t 'admin.action_logs.empty' - else .announcements-list - = render @action_logs + = render partial: 'action_log', collection: @action_logs = paginate @action_logs |