logo

mastofe

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

index.html.haml (428B)


  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'