mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-11-01 13:21:12 +01: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.
6 lines
237 B
Text
6 lines
237 B
Text
- 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
|