Fill in create, edit, update, and destroy for keyword mutes interface.

Also add a destroy-all action, which can be useful if you're flushing an
old list entirely to start a new one.
This commit is contained in:
David Yip
2017-10-20 15:12:45 -05:00
parent 4a64181461
commit cd04e3df58
8 changed files with 84 additions and 23 deletions
@@ -0,0 +1,6 @@
- content_for :page_title do
= t('keyword_mutes.edit_keyword')
= simple_form_for @keyword_mute, url: settings_keyword_mute_path(@keyword_mute) do |f|
= render 'shared/error_messages', object: @keyword_mute
= render 'fields', f: f