Add apply-to-mentions option to keyword mute UI. #454.

This commit is contained in:
David Yip
2018-06-03 23:10:59 -05:00
parent cf28049f0a
commit 97d2df77aa
5 changed files with 9 additions and 1 deletions

View File

@@ -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?