diff options
author | cwm <chriswmartin@protonmail.com> | 2017-12-09 10:26:22 -0600 |
---|---|---|
committer | cwm <chriswmartin@protonmail.com> | 2017-12-09 10:26:22 -0600 |
commit | abe95b614b6355e61dd2955e09115ac473417c84 (patch) | |
tree | 77c7be825dd75ea4afe78c0d7cfe054592c92d05 /app/views/settings/preferences | |
parent | 776867ea73f2fb9180a90b09cd98d801ca2aeef0 (diff) |
add initial components based off of tootsuite pr #1507
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 9564c0399..9e72e5734 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 |