logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

index.html.haml (366B)


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