diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-08-10 15:57:42 -0500 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-08-10 16:13:40 -0500 |
commit | 5cbde462161c6bcc8ebfe2c27fa5e67f12e69bf5 (patch) | |
tree | df1ef6d32b80a789355a29cf95395cd9450274fa /app/views | |
parent | 3cd61fea03b360af50793488a83e8147a1cf3311 (diff) | |
download | gitlab-ce-5cbde462161c6bcc8ebfe2c27fa5e67f12e69bf5.tar.gz |
Fix spam logs pagination
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/admin/spam_logs/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/spam_logs/index.html.haml b/app/views/admin/spam_logs/index.html.haml index 8aaa6379730..b45d3e4823b 100644 --- a/app/views/admin/spam_logs/index.html.haml +++ b/app/views/admin/spam_logs/index.html.haml @@ -17,6 +17,6 @@ %th Primary Action %th = render @spam_logs - = paginate @spam_logs + = paginate @spam_logs, theme: 'gitlab' - else %h4 There are no Spam Logs |