From c531218f34f3051fce6c22ba61221ef707cd5e67 Mon Sep 17 00:00:00 2001 From: JG Date: Thu, 7 Jul 2022 16:28:09 +0100 Subject: [PATCH] legend is gone --- app/views/schemes/details.html.erb | 2 +- app/views/schemes/edit_name.html.erb | 2 +- app/views/schemes/new.html.erb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/schemes/details.html.erb b/app/views/schemes/details.html.erb index cd0ce1234..b59f4ce37 100644 --- a/app/views/schemes/details.html.erb +++ b/app/views/schemes/details.html.erb @@ -19,7 +19,7 @@ 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_boxes_fieldset :sensitive, - legend: { text: "This scheme contains confidential information" } do %> + legend: nil do %> <%= f.govuk_check_box :sensitive, 1, 0, diff --git a/app/views/schemes/edit_name.html.erb b/app/views/schemes/edit_name.html.erb index e7a568147..6cd06d52f 100644 --- a/app/views/schemes/edit_name.html.erb +++ b/app/views/schemes/edit_name.html.erb @@ -19,7 +19,7 @@ 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_boxes_fieldset :sensitive, - legend: { text: "This scheme contains confidential information" } do %> + legend: nil do %> <%= f.govuk_check_box :sensitive, 1, 0, diff --git a/app/views/schemes/new.html.erb b/app/views/schemes/new.html.erb index 63e60ae63..b58e461c0 100644 --- a/app/views/schemes/new.html.erb +++ b/app/views/schemes/new.html.erb @@ -21,7 +21,7 @@ hint: { text: "This is how you 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_boxes_fieldset :sensitive, - legend: { text: "This scheme contains confidential information" } do %> + legend: nil do %> <%= f.govuk_check_box :sensitive, 1, 0,