This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2016-12-13 04:42:10 -08:00
|
|
|
- content_for :page_title do
|
2017-04-16 10:37:01 -07:00
|
|
|
= t('admin.domain_blocks.title')
|
2016-12-13 04:42:10 -08:00
|
|
|
|
|
|
|
%table.table
|
|
|
|
%thead
|
|
|
|
%tr
|
2017-04-16 10:37:01 -07:00
|
|
|
%th= t('admin.domain_blocks.domain')
|
|
|
|
%th= t('admin.domain_blocks.severity')
|
|
|
|
%th= t('admin.domain_blocks.reject_media')
|
2017-04-16 03:51:30 -07:00
|
|
|
%th
|
2016-12-13 04:42:10 -08:00
|
|
|
%tbody
|
2017-05-02 11:56:28 -07:00
|
|
|
= render @domain_blocks
|
2016-12-13 04:42:10 -08:00
|
|
|
|
2017-05-02 11:56:28 -07:00
|
|
|
= paginate @domain_blocks
|
2017-04-16 10:37:01 -07:00
|
|
|
= link_to t('admin.domain_blocks.add_new'), new_admin_domain_block_path, class: 'button'
|