mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-15 19:31:42 +00:00
7 lines
237 B
Plaintext
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
|