about summary refs log tree commit diff
path: root/app/views/settings/keyword_mutes/_fields.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/settings/keyword_mutes/_fields.html.haml')
-rw-r--r--app/views/settings/keyword_mutes/_fields.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/settings/keyword_mutes/_fields.html.haml b/app/views/settings/keyword_mutes/_fields.html.haml
index 892676f18..843e9366a 100644
--- a/app/views/settings/keyword_mutes/_fields.html.haml
+++ b/app/views/settings/keyword_mutes/_fields.html.haml
@@ -2,6 +2,9 @@
   = f.input :keyword
   = f.check_box :whole_word
   = f.label :whole_word, t('keyword_mutes.match_whole_word')
+  %br
+  = f.check_box :apply_to_mentions
+  = f.label :apply_to_mentions, t('keyword_mutes.apply_to_mentions')
 
 .actions
   - if f.object.persisted?