about summary refs log tree commit diff
path: root/app/views
diff options
context:
space:
mode:
authorFire Demon <firedemon@creature.cafe>2020-06-28 06:19:52 -0500
committerFire Demon <firedemon@creature.cafe>2020-08-30 05:41:03 -0500
commit25689e5b3992ac1759f7a7f09fe54f7caf1176ae (patch)
tree5d207657bad4ecf26ca25dfe29956e1e0ebb4543 /app/views
parent0f26894b065fcb40606bee1faaacd4cdaf8b3cd5 (diff)
[Privacy] Let admins exclude private domains from the public allowlist
Diffstat (limited to 'app/views')
-rw-r--r--app/views/admin/domain_allows/new.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/admin/domain_allows/new.html.haml b/app/views/admin/domain_allows/new.html.haml
index 85ab7e464..0540765d7 100644
--- a/app/views/admin/domain_allows/new.html.haml
+++ b/app/views/admin/domain_allows/new.html.haml
@@ -6,6 +6,7 @@
 
   .fields-group
     = f.input :domain, wrapper: :with_label, label: t('admin.domain_blocks.domain'), required: true
+    = f.input :hidden, wrapper: :with_label, label: t('admin.domain_allows.hidden')
 
   .actions
     = f.button :button, t('admin.domain_allows.add_new'), type: :submit