about summary refs log tree commit diff
path: root/app/views/admin/domain_blocks/index.html.haml
blob: dbaeb4716450aa760008b451def7cfbb9d559549 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
- content_for :page_title do
  Domain Blocks

%table.table
  %thead
    %tr
      %th Domain
      %th Severity
  %tbody
    - @blocks.each do |block|
      %tr
        %td
          %samp= block.domain
        %td= block.severity

= will_paginate @blocks, pagination_options