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

.table-wrapper
  %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'