2016-12-13 12:42:10 +00:00
|
|
|
- content_for :page_title do
|
|
|
|
Domain Blocks
|
|
|
|
|
|
|
|
%table.table
|
|
|
|
%thead
|
|
|
|
%tr
|
|
|
|
%th Domain
|
2017-01-23 16:38:38 +00:00
|
|
|
%th Severity
|
2016-12-13 12:42:10 +00:00
|
|
|
%tbody
|
|
|
|
- @blocks.each do |block|
|
|
|
|
%tr
|
|
|
|
%td
|
|
|
|
%samp= block.domain
|
2017-01-23 16:38:38 +00:00
|
|
|
%td= block.severity
|
2016-12-13 12:42:10 +00:00
|
|
|
|
|
|
|
= will_paginate @blocks, pagination_options
|