From 46d26867c18a3e54a5ae309cbcbe7fb35fc4bc0c Mon Sep 17 00:00:00 2001 From: Ted-U <92022120+Ted-U@users.noreply.github.com> Date: Fri, 12 Aug 2022 16:30:32 +0100 Subject: [PATCH] Update secondary_client_group.html.erb --- app/views/schemes/secondary_client_group.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/schemes/secondary_client_group.html.erb b/app/views/schemes/secondary_client_group.html.erb index da6691be5..09ecc8f97 100644 --- a/app/views/schemes/secondary_client_group.html.erb +++ b/app/views/schemes/secondary_client_group.html.erb @@ -12,7 +12,7 @@
<%= f.govuk_error_summary %> -<%= render partial: "organisations/headings", locals: { main: "What is the other client group?", sub: @scheme.service_name } %> + <%= render partial: "organisations/headings", locals: { main: "What is the other client group?", sub: @scheme.service_name } %> <% secondary_client_group_selection = Scheme.secondary_client_groups.keys.excluding("Missing", @scheme.primary_client_group).map { |key, _| OpenStruct.new(id: key, name: key) } %>