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
|
|
|
|
2017-04-10 23:11:41 +00:00
|
|
|
= paginate @blocks
|
2017-04-03 16:55:06 +00:00
|
|
|
= link_to 'Add new', new_admin_domain_block_path, class: 'button'
|