diff options
author | multiple creatures <dev@multiple-creature.party> | 2020-03-02 01:16:05 -0600 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2020-03-02 01:16:05 -0600 |
commit | b5e23152bd1c2ea1091b2785a49e9ab3d0f3fd16 (patch) | |
tree | 8922add715b1a141148675e69441f6fec9cb5315 /app/views/admin | |
parent | 69ff9b18896efe4ec43dd249cde265360f2b9c63 (diff) |
clean up timeline scoping & drop timeline options no longer used by monsterfork
Diffstat (limited to 'app/views/admin')
-rw-r--r-- | app/views/admin/settings/edit.html.haml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/views/admin/settings/edit.html.haml b/app/views/admin/settings/edit.html.haml index 92900de85..8e58215ca 100644 --- a/app/views/admin/settings/edit.html.haml +++ b/app/views/admin/settings/edit.html.haml @@ -90,12 +90,6 @@ = f.input :enable_keybase, as: :boolean, wrapper: :with_label, label: t('admin.settings.enable_keybase.title'), hint: t('admin.settings.enable_keybase.desc_html') .fields-group - = f.input :show_reblogs_in_public_timelines, as: :boolean, wrapper: :with_label, label: t('admin.settings.show_reblogs_in_public_timelines.title'), hint: t('admin.settings.show_reblogs_in_public_timelines.desc_html') - - .fields-group - = f.input :show_replies_in_public_timelines, as: :boolean, wrapper: :with_label, label: t('admin.settings.show_replies_in_public_timelines.title'), hint: t('admin.settings.show_replies_in_public_timelines.desc_html') - - .fields-group = f.input :spam_check_enabled, as: :boolean, wrapper: :with_label, label: t('admin.settings.spam_check_enabled.title'), hint: t('admin.settings.spam_check_enabled.desc_html') %hr.spacer/ |