mastodon/app/views/settings/keyword_mutes/edit.html.haml
David Yip cd04e3df58 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.
2017-10-21 14:54:36 -05:00

7 lines
237 B
Plaintext

- 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