The code powering m.abunchtell.com https://m.abunchtell.com
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.
 
 
 
 

18 lines
481 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= t('admin.domain_blocks.reject_reports')
  11. %th
  12. %tbody
  13. = render @domain_blocks
  14. = paginate @domain_blocks
  15. = link_to t('admin.domain_blocks.add_new'), new_admin_domain_block_path, class: 'button'