From 8a2b7436c7f9f5ebf2e807feebdd440b2db30abc Mon Sep 17 00:00:00 2001 From: JG Date: Wed, 22 Jun 2022 07:12:50 +0100 Subject: [PATCH] filling answers --- app/views/schemes/new.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/schemes/new.html.erb b/app/views/schemes/new.html.erb index 31780d8a2..4ba910a5f 100644 --- a/app/views/schemes/new.html.erb +++ b/app/views/schemes/new.html.erb @@ -20,9 +20,11 @@ label: { text: "Scheme name", size: "m" }, hint: { text: "This is how you’ll refer to this supported housing scheme within your organisation. For example, the name could relate to the address or location. You’ll be able to see the client group when selecting it." } %> + <%= f.govuk_check_box :sensitive, 1, 0, + checked: @scheme.sensitive?, multiple: false, label: { text: "This scheme contains confidential information" } %>