This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2016-12-13 13:42:10 +01:00
|
|
|
- content_for :page_title do
|
2017-04-16 19:37:01 +02:00
|
|
|
= t('admin.domain_blocks.title')
|
2016-12-13 13:42:10 +01:00
|
|
|
|
2017-09-09 02:26:58 +02:00
|
|
|
.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
|
2016-12-13 13:42:10 +01:00
|
|
|
|
2017-05-02 20:56:28 +02:00
|
|
|
= paginate @domain_blocks
|
2017-04-16 19:37:01 +02:00
|
|
|
= link_to t('admin.domain_blocks.add_new'), new_admin_domain_block_path, class: 'button'
|