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.

16 lines
428 B

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