Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html.haml « spam_logs « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0fdd5bd9960a6dabac460e5b0d57270d563f2ef6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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