Browse Source

Update secondary_client_group.html.erb

pull/832/head
Ted-U 3 years ago committed by GitHub
parent
commit
46d26867c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/views/schemes/secondary_client_group.html.erb

2
app/views/schemes/secondary_client_group.html.erb

@ -12,7 +12,7 @@
<div class="govuk-grid-column-two-thirds">
<%= 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) } %>

Loading…
Cancel
Save