gitlab-org--gitlab-foss/app/views/admin/spam_logs/index.html.haml

23 lines
463 B
Plaintext

- 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