debian-mirror-gitlab/app/views/admin/spam_logs/index.html.haml
2023-05-27 22:25:52 +05:30

22 lines
549 B
Text

- page_title _("Spam Logs")
%h1.page-title.gl-font-size-h-display= _('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_collection @spam_logs
- else
%h4= _('There are no Spam Logs')