From 29da56cf75c1381b31a8b26738a94eff482f8099 Mon Sep 17 00:00:00 2001 From: M Somerville Date: Sat, 25 Aug 2018 12:26:17 +0100 Subject: Hide reject media checkbox when not relevant. (#8426) --- app/views/admin/domain_blocks/new.html.haml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/views/admin/domain_blocks/new.html.haml') diff --git a/app/views/admin/domain_blocks/new.html.haml b/app/views/admin/domain_blocks/new.html.haml index 38fa90169..2b8b24e23 100644 --- a/app/views/admin/domain_blocks/new.html.haml +++ b/app/views/admin/domain_blocks/new.html.haml @@ -1,3 +1,6 @@ +- content_for :header_tags do + = javascript_pack_tag 'admin', integrity: true, async: true, crossorigin: 'anonymous' + - content_for :page_title do = t('.title') -- cgit