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