Fix spam logs pagination

This commit is contained in:
Annabel Dunstone Gray 2018-08-10 15:57:42 -05:00
parent 3cd61fea03
commit 5cbde46216
No known key found for this signature in database
GPG Key ID: 7C8C78A372AD7A2D
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -0,0 +1,5 @@
---
title: Add gitlab theme to spam logs pagination
merge_request: 21145
author:
type: fixed