debian-mirror-gitlab/app/views/admin/spam_logs/index.html.haml

23 lines
463 B
Text
Raw Normal View History

2016-04-02 18:10:28 +05:30
- 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?
2017-08-17 22:00:37 +05:30
%th Recaptcha verified?
2016-04-02 18:10:28 +05:30
%th Type
%th Title
%th Description
%th Primary Action
%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
%h4 There are no Spam Logs