闭社主体 forked from https://github.com/tootsuite/mastodon
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
342 B

  1. - content_for :page_title do
  2. Domain Blocks
  3. %table.table
  4. %thead
  5. %tr
  6. %th Domain
  7. %th Severity
  8. %tbody
  9. - @blocks.each do |block|
  10. %tr
  11. %td
  12. %samp= block.domain
  13. %td= block.severity
  14. = will_paginate @blocks, pagination_options
  15. = link_to 'Add new', new_admin_domain_block_path, class: 'button'