about summary refs log tree commit diff
path: root/app/views/settings/keyword_mutes/_fields.html.haml
diff options
context:
space:
mode:
authorDavid Yip <yipdw@member.fsf.org>2018-06-03 23:10:59 -0500
committerDavid Yip <yipdw@member.fsf.org>2018-06-04 02:51:28 -0500
commit97d2df77aae687c983c1294ebcd3962e4f9d985c (patch)
tree7dfef8cbc3bc9ca91fa4712e3da72f088507abc1 /app/views/settings/keyword_mutes/_fields.html.haml
parentcf28049f0ac1bf9610039cd95ee485b0dcef7ea2 (diff)
Add apply-to-mentions option to keyword mute UI. #454.
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?