summaryrefslogtreecommitdiff
path: root/app/views/admin/spam_logs/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/spam_logs/index.html.haml')
-rw-r--r--app/views/admin/spam_logs/index.html.haml21
1 files changed, 21 insertions, 0 deletions
diff --git a/app/views/admin/spam_logs/index.html.haml b/app/views/admin/spam_logs/index.html.haml
new file mode 100644
index 00000000000..0fdd5bd9960
--- /dev/null
+++ b/app/views/admin/spam_logs/index.html.haml
@@ -0,0 +1,21 @@
+- 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 Type
+ %th Title
+ %th Description
+ %th Primary Action
+ %th
+ = render @spam_logs
+ = paginate @spam_logs
+- else
+ %h4 There are no Spam Logs