|
|
@ -14,9 +14,6 @@ |
|
|
|
<div class="govuk-grid-column-two-thirds"> |
|
|
|
<div class="govuk-grid-column-two-thirds"> |
|
|
|
<%= f.govuk_error_summary %> |
|
|
|
<%= f.govuk_error_summary %> |
|
|
|
|
|
|
|
|
|
|
|
<legend class="govuk-fieldset__legend"> |
|
|
|
|
|
|
|
</legend> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<% secondary_client_group_selection = Scheme.secondary_client_groups.keys.excluding("Missing").map { |key, _| OpenStruct.new(id: key, name: key.to_s.humanize) } %> |
|
|
|
<% secondary_client_group_selection = Scheme.secondary_client_groups.keys.excluding("Missing").map { |key, _| OpenStruct.new(id: key, name: key.to_s.humanize) } %> |
|
|
|
<%= f.govuk_collection_radio_buttons :secondary_client_group, |
|
|
|
<%= f.govuk_collection_radio_buttons :secondary_client_group, |
|
|
|
secondary_client_group_selection, |
|
|
|
secondary_client_group_selection, |
|
|
|