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

15 lines
395 B

  1. - content_for :page_title do
  2. = t('admin.domain_blocks.title')
  3. %table.table
  4. %thead
  5. %tr
  6. %th= t('admin.domain_blocks.domain')
  7. %th= t('admin.domain_blocks.severity')
  8. %th= t('admin.domain_blocks.reject_media')
  9. %th
  10. %tbody
  11. = render @domain_blocks
  12. = paginate @domain_blocks
  13. = link_to t('admin.domain_blocks.add_new'), new_admin_domain_block_path, class: 'button'