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.
2017-10-15 01:17:33 -07:00
|
|
|
- content_for :page_title do
|
|
|
|
= t('settings.keyword_mutes')
|
2017-10-15 02:51:42 -07:00
|
|
|
|
|
|
|
.table-wrapper
|
|
|
|
%table.table
|
|
|
|
%thead
|
|
|
|
%tr
|
|
|
|
%th= t('settings.keyword_mutes.keyword')
|
|
|
|
%th
|
|
|
|
%th
|
|
|
|
%tbody
|
|
|
|
= render @keyword_mutes
|
|
|
|
|
|
|
|
= paginate @keyword_mutes
|
|
|
|
= link_to t('settings.keyword_mutes.add_keyword'), new_settings_keyword_mute_path, class: 'button'
|