闭社主体 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.

14 lines
229 B

  1. - content_for :page_title do
  2. Domain Blocks
  3. %table.table
  4. %thead
  5. %tr
  6. %th Domain
  7. %tbody
  8. - @blocks.each do |block|
  9. %tr
  10. %td
  11. %samp= block.domain
  12. = will_paginate @blocks, pagination_options