about summary refs log tree commit diff
path: root/app/views/admin/settings/discovery
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/settings/discovery')
-rw-r--r--app/views/admin/settings/discovery/show.html.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/admin/settings/discovery/show.html.haml b/app/views/admin/settings/discovery/show.html.haml
index e63c853fb..9b6424c79 100644
--- a/app/views/admin/settings/discovery/show.html.haml
+++ b/app/views/admin/settings/discovery/show.html.haml
@@ -1,6 +1,3 @@
-- content_for :header_tags do
-  = javascript_pack_tag 'admin', async: true, crossorigin: 'anonymous'
-
 - content_for :page_title do
   = t('admin.settings.discovery.title')
 
@@ -19,7 +16,10 @@
     = f.input :trends, as: :boolean, wrapper: :with_label
 
   .fields-group
-    = f.input :trendable_by_default, as: :boolean, wrapper: :with_label
+    = f.input :trendable_by_default, as: :boolean, wrapper: :with_label, recommended: :not_recommended
+
+  .fields-group
+    = f.input :trending_status_cw, as: :boolean, wrapper: :with_label, label: t('admin.settings.trending_status_cw.title'), hint: t('admin.settings.trending_status_cw.desc_html')
 
   %h4= t('admin.settings.discovery.public_timelines')