BigW Consortium Gitlab

index.html.haml 412 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
- 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
12
          %th API?
13 14 15 16 17 18 19 20 21
          %th Type
          %th Title
          %th Description
          %th Primary Action
          %th
      = render @spam_logs
  = paginate @spam_logs
- else
  %h4 There are no Spam Logs