about summary refs log tree commit diff
path: root/app/views/admin/domain_blocks/index.html.haml
blob: 5ae9fec5305182bf0692bf4c36fb7533132b757e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- content_for :page_title do
  = t('admin.domain_blocks.title')

%table.table
  %thead
    %tr
      %th= t('admin.domain_blocks.domain')
      %th= t('admin.domain_blocks.severity')
      %th= t('admin.domain_blocks.reject_media')
      %th
  %tbody
    = render @domain_blocks

= paginate @domain_blocks
= link_to t('admin.domain_blocks.add_new'), new_admin_domain_block_path, class: 'button'