Spike out index and new views for keyword mutes controller.

This commit is contained in:
David Yip
2017-10-15 04:51:42 -05:00
parent 4fa2f7e82d
commit 2e03a10059
5 changed files with 67 additions and 0 deletions

View File

@@ -1,2 +1,15 @@
- content_for :page_title do
= t('settings.keyword_mutes')
.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'