diff options
author | beatrix <beatrix.bitrot@gmail.com> | 2017-12-10 23:10:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-10 23:10:19 -0500 |
commit | 08b0861b961a0f5e68ccd6a21db463671723652d (patch) | |
tree | 70f43d6c81aeca94c868e9ea1fb375ddc8c9ec76 /app/views/settings/preferences | |
parent | 01a3461befbf12f5ae0763af28dbc364f7d8936c (diff) | |
parent | 0466aa8d08796a227b01b1f698911856a198c2ee (diff) |
Merge pull request #250 from chriswmartin/fav-confirm-modal
add favourite confirmation modal
Diffstat (limited to 'app/views/settings/preferences')
-rw-r--r-- | app/views/settings/preferences/show.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/settings/preferences/show.html.haml b/app/views/settings/preferences/show.html.haml index e2e48a699..45a3b2eb0 100644 --- a/app/views/settings/preferences/show.html.haml +++ b/app/views/settings/preferences/show.html.haml @@ -32,6 +32,7 @@ = f.input :setting_unfollow_modal, as: :boolean, wrapper: :with_label = f.input :setting_boost_modal, as: :boolean, wrapper: :with_label + = f.input :setting_favourite_modal, as: :boolean, wrapper: :with_label = f.input :setting_delete_modal, as: :boolean, wrapper: :with_label .fields-group |