2020-07-28 23:09:34 +05:30
|
|
|
- page_title _("Spam Logs")
|
2021-06-08 01:23:25 +05:30
|
|
|
%h3.page-title= _('Spam Logs')
|
2016-04-02 18:10:28 +05:30
|
|
|
%hr
|
|
|
|
- if @spam_logs.present?
|
|
|
|
.table-holder
|
|
|
|
%table.table
|
|
|
|
%thead
|
|
|
|
%tr
|
2021-06-08 01:23:25 +05:30
|
|
|
%th= _('Date')
|
|
|
|
%th= _('User')
|
|
|
|
%th= _('Source IP')
|
|
|
|
%th= _('API?')
|
|
|
|
%th= _('Recaptcha verified?')
|
|
|
|
%th= _('Type')
|
|
|
|
%th= _('Title')
|
|
|
|
%th= _('Description')
|
|
|
|
%th= _('Primary Action')
|
2016-04-02 18:10:28 +05:30
|
|
|
%th
|
|
|
|
= render @spam_logs
|
2018-11-20 20:47:30 +05:30
|
|
|
= paginate @spam_logs, theme: 'gitlab'
|
2016-04-02 18:10:28 +05:30
|
|
|
- else
|
2021-06-08 01:23:25 +05:30
|
|
|
%h4= _('There are no Spam Logs')
|