debian-mirror-gitlab/app/views/admin/spam_logs/index.html.haml
2018-11-20 20:47:30 +05:30

22 lines
463 B
Text

- page_title "Spam Logs"
%h3.page-title Spam Logs
%hr
- if @spam_logs.present?
.table-holder
%table.table
%thead
%tr
%th Date
%th User
%th Source IP
%th API?
%th Recaptcha verified?
%th Type
%th Title
%th Description
%th Primary Action
%th
= render @spam_logs
= paginate @spam_logs, theme: 'gitlab'
- else
%h4 There are no Spam Logs