Fix #65 - Options to block notifications from people you don't follow/who don't follow you
This commit is contained in:
parent
e3ed212b85
commit
71401659b8
8 changed files with 20 additions and 7 deletions
|
@ -12,6 +12,10 @@
|
|||
= ff.input :favourite, as: :boolean, wrapper: :with_label
|
||||
= ff.input :mention, as: :boolean, wrapper: :with_label
|
||||
|
||||
= f.simple_fields_for :interactions, current_user.settings(:interactions) do |ff|
|
||||
= ff.input :must_be_follower, as: :boolean, wrapper: :with_label
|
||||
= ff.input :must_be_following, as: :boolean, wrapper: :with_label
|
||||
|
||||
.actions
|
||||
= f.button :button, t('generic.save_changes'), type: :submit
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue