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.

13 lines
337 B

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