debian-mirror-gitlab/app/views/admin/spam_logs/index.html.haml
2021-06-08 01:23:25 +05:30

23 lines
532 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')