- content_for :page_title do
= t('settings.keyword_mutes.add_keyword')
= simple_form_for @keyword_mute, url: settings_keyword_mutes_path do |f|
= render 'shared/error_messages', object: @keyword_mute
%p.muted-hint
Keywords match word boundaries case-insensitively. For example:
%ul
%li
alice matches alice, Alice, and Alice's
%li
bob matches bob and Bob but not bobcat
.fields-group
= f.input :keyword
.actions
= f.button :button, t('admin.keyword_mutes.add_keyword'), type: :submit