mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-16 05:04:02 -05:00
cd04e3df58
Also add a destroy-all action, which can be useful if you're flushing an old list entirely to start a new one.
7 lines
222 B
Plaintext
7 lines
222 B
Plaintext
- content_for :page_title do
|
|
= t('keyword_mutes.add_keyword')
|
|
|
|
= simple_form_for @keyword_mute, url: settings_keyword_mutes_path do |f|
|
|
= render 'shared/error_messages', object: @keyword_mute
|
|
= render 'fields', f: f
|