diff options
author | Eric Eastwood <contact@ericeastwood.com> | 2017-02-14 10:16:24 -0600 |
---|---|---|
committer | Eric Eastwood <contact@ericeastwood.com> | 2017-02-16 17:02:58 -0600 |
commit | ae69e8764c273029ed944e98842a21a4aab0f4af (patch) | |
tree | 75cd6f81385114d2de8cb63c3922bd54786d25f8 /app/views/admin | |
parent | 1452729304393978ec93b712130dff6687db01b9 (diff) | |
download | gitlab-ce-ae69e8764c273029ed944e98842a21a4aab0f4af.tar.gz |
Restore pagination to admin abuse reports
Diffstat (limited to 'app/views/admin')
-rw-r--r-- | app/views/admin/abuse_reports/index.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/admin/abuse_reports/index.html.haml b/app/views/admin/abuse_reports/index.html.haml index c4b748d0ab8..6c48328da4f 100644 --- a/app/views/admin/abuse_reports/index.html.haml +++ b/app/views/admin/abuse_reports/index.html.haml @@ -12,6 +12,7 @@ %th.wide Message %th Action = render @abuse_reports + = paginate @abuse_reports, theme: 'gitlab' - else .empty-state .text-center |